A sync source to synchronize raw files contents to a destination
Files are monitored from a local directory and processed as they are detected. It is possible to choose ordering in which files will be added to the sync pipe queue and add a filter to select files with a specific prefix or extension.
Allowed Arguments
Argument Name: | src-dir |
Description: | The file system directory to monitor for raw files |
Data Type: | Directory Path |
Is Required: | false |
Maximum Occurrences: | 1 |
Argument Name: | processed-dir |
Description: | The file system directory where the extension should move CSV files after it finishes processing them |
Data Type: | Directory Path |
Is Required: | false |
Maximum Occurrences: | 1 |
Argument Name: | delete-processed-files |
Description: | Whether to delete processed files instead of moving them to the processed directory |
Data Type: | Boolean |
Is Required: | false |
Maximum Occurrences: | 1 |
Argument Name: | file-extension |
Description: | File extension to include for synchronization |
Data Type: | String |
Is Required: | false |
Maximum Occurrences: | 1 |
Argument Name: | file-prefix |
Description: | File prefix to include for synchronization |
Data Type: | String |
Is Required: | false |
Maximum Occurrences: | 1 |
Argument Name: | rdn-attribute |
Description: | Attribute name to use for RDN (Default: id) |
Data Type: | String |
Is Required: | false |
Maximum Occurrences: | 1 |
Argument Name: | sort-by |
Description: | The order in which files in the source directory must be ordered for processing |
Data Type: | String |
Is Required: | false |
Maximum Occurrences: | 1 |
Argument Name: | reverse-sort-order |
Description: | Reverse the sorting order |
Data Type: | Boolean |
Is Required: | false |
Maximum Occurrences: | 1 |