FileMetadataMustHaveRegex
A list of regular expressions. The connector checks the value of a field specified by FileMetadataMustHaveName against the corresponding regular expression specified by this parameter. The entire value of at least one of the specified fields must match its corresponding regular expression, otherwise the document is not downloaded and ingested.
You can specify a comma-separated list of regular expressions, or use numbered parameters (FileMetadataMustHaveRegex0
, FileMetadataMustHaveRegex1
and so on).
To configure whether regular expressions are case-sensitive, set RegexCaseInsensitive.
Type: | List of regular expressions |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: |
In the following example, a document is not ingested unless the field "FirstField" has the value "ELEPHANT", or the field "SecondField" includes the word "TIGER".
|
See Also: | FileMetadataMustHaveName |