Solution
The commands supported by the SystemLink Data Preprocessor instance's job file are not similar to those supported by the job file of DataFinder. The table below describes the commands supported:
Command | Description | Parameter | Parameter Values |
---|
ProcessFile | Processes a file | Reprocess |
- True - Data Preprocessor instances always reprocess the file.
- False - Data Preprocessor instances process the file only if the file has changed or has been added since the last processing. (default)
|
ProcessFolder | Processes a folder | Reprocess |
- True - Data Preprocessor instances always reprocess the folder.
- False - Data Preprocessor instances process the folder only if files in this folder have changed or have been added since the last processing (default).
|
ProcessFolder | Processes a folder | IncludeSubfolder |
- True - Data Preprocessor instances also process subfolders (default).
- False - Data Preprocessor instances do not process subfolders.
|