24 lines
602 B
JSON
24 lines
602 B
JSON
[
|
|
{
|
|
"Id": "example_cogi_import",
|
|
"Name": "Beispiel - COGI Import",
|
|
"Enabled": false,
|
|
"Cron": "*/5 * * * *",
|
|
"CallOnceWithoutFile": false,
|
|
"SourceDirectory": "C:\\FileInterface\\Input",
|
|
"SearchPattern": "*.xml",
|
|
"IncludeSubdirectories": false,
|
|
"RemoveEmptyLines": true,
|
|
"JoinSeparator": ";",
|
|
"CustomFunction": "BroseREST.restCallCogi1",
|
|
"InArgs": [
|
|
"RPCServices-WS",
|
|
"{{CONTENT}}",
|
|
"{{FILE_NAME}}"
|
|
],
|
|
"MoveFileAfterSuccess": true,
|
|
"MoveTargetDirectory": "C:\\FileInterface\\Archive",
|
|
"OverwriteTargetFile": false
|
|
}
|
|
]
|