The FileMustHaveRegex
parameter restricts the content that is retrieved by the connector. The full path of a file must match the regular expression, or the file is not retrieved.
The following example causes the connector to retrieve only files with the extension txt
.
Type: | Regular Expression |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks or Default |
Example: | FileMustHaveRegex=.*\.txt
|
See Also: |
|