A regular expression to limit the files that are downloaded and ingested by the connector. If the full name of a file matches the regular expression, the connector ignores the file.
| Type: | String (regular expression) |
| Default: | |
| Required: | No |
| Configuration Section: | TaskName or FetchTasks |
| Example: | FileNameCantHaveRegex=.*\.xlsx?
|
| See Also: | FileNameMustHaveRegex |
|
|