29 lines
740 B
JSON
29 lines
740 B
JSON
[
|
|
{
|
|
"Id": "example_file_watcher",
|
|
"Name": "Beispiel - XML Eingang",
|
|
"Enabled": false,
|
|
"SourceDirectory": "C:\\FileInterface\\Input",
|
|
"SearchPattern": "*.xml",
|
|
"IncludeSubdirectories": false,
|
|
"WatchCreated": true,
|
|
"WatchChanged": true,
|
|
"WatchRenamed": true,
|
|
"DebounceMilliseconds": 1000,
|
|
"FileReadyRetries": 10,
|
|
"FileReadyDelayMilliseconds": 250,
|
|
"RemoveEmptyLines": true,
|
|
"JoinSeparator": ";",
|
|
"CustomFunction": "BroseREST.restCallCogi1",
|
|
"InArgs": [
|
|
"RPCServices-WS",
|
|
"{{CONTENT}}",
|
|
"{{FILE_NAME}}",
|
|
"{{EVENT}}"
|
|
],
|
|
"MoveFileAfterSuccess": true,
|
|
"MoveTargetDirectory": "C:\\FileInterface\\Archive",
|
|
"OverwriteTargetFile": false
|
|
}
|
|
]
|