FileMetadataCantHaveName

A list of document metadata field names. The connector checks the value of a field against the corresponding regular expression specified by FileMetadataCantHaveRegex. If the entire value of any specified field matches its corresponding regular expression, the document is not downloaded and ingested.

You can specify a comma-separated list of field names, or use numbered parameters (FileMetadataCantHaveName0, FileMetadataCantHaveName1 and so on).

Type: String (comma-separated list)
Default:  
Required: No
Configuration Section: TaskName or FetchTasks
Example:

In the following example, a document is not ingested if the field "FirstField" has the value "ELEPHANT", or if the field "SecondField" includes the word "TIGER".

FileMetadataCantHaveName0=FirstField
FileMetadataCantHaveName1=SecondField
FileMetadataCantHaveRegex0=ELEPHANT
FileMetadataCantHaveRegex1=.*TIGER.*

See Also: FileMetadataCantHaveRegex