PathMustHaveRegex

A regular expression to limit the files retrieved by the connector. Unless the full path of a file matches the regular expression, the file is ignored.

Type: String (regular expression)
Default:  
Required: No
Configuration Section: TaskName or FetchTasks
Example:

The following example ignores all files apart from those that have an extension .doc, .xls, or .pdf.

PathMustHaveRegex=.*\.(doc|xls|pdf)

See Also: PathCantHaveRegex