FileNameMustHaveRegex
A list of regular expressions to limit the files that are retrieved by the connector. The name of a file must match one of the regular expressions, otherwise the file is ignored. You can specify a comma-separated list of regular expressions, or use numbered parameters (FileNameMustHaveRegex0
, FileNameMustHaveRegex1
, and so on).
Type: | String (regular expression) |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks or Default |
Example: | FileNameMustHaveRegex=.*\.docx,.*\.xls
|
See Also: |