PathNoCrawlRegex

A Perl-compatible regular expression that specifies the folders to ignore. The connector ignores any folders where the path matches the regular expression. If a folder is ignored, all of its subfolders are also ignored.

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

You can use numbered parameters:

PathNoCrawlRegex0=.*logs.*
PathNoCrawlRegex1=.*\.db

See Also: PathCrawlRegex