Projektdateien hinzufügen.

This commit is contained in:
mr_sc
2026-08-19 19:27:41 +02:00
parent 0889f1f6c7
commit 7fe54c0785
32 changed files with 2406 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
[
{
"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
}
]