FileMetadataMustHaveName

A list of document metadata field names. The connector checks the value of a field against the corresponding regular expression specified by FileMetadataMustHaveRegex. 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 field names, or use numbered parameters (FileMetadataMustHaveName0, FileMetadataMustHaveName1 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 unless the field "FirstField" has the value "ELEPHANT", or the field "SecondField" includes the word "TIGER".

FileMetadataMustHaveName0=FirstField
FileMetadataMustHaveName1=SecondField
FileMetadataMustHaveRegex0=ELEPHANT
FileMetadataMustHaveRegex1=.*TIGER.*

See Also: FileMetadataMustHaveRegex