FieldMatchesName<N>
The FieldMatchesName<N>
and FieldMatchesRegex<N>
parameters restrict the files processed by a TextToDocs
import task.
If the content of the field specified by the FieldMatchesName<N>
parameter does not match the regular expression in the FieldMatchesRegex<N>
parameter, the file is not included.
If more than one pair of FieldMatchesName
and FieldMatchesRegex
parameters is defined, the field content must match the regular expression for every field, or the file is not included.
Type: | String |
Default: | None |
Required | No |
Configuration Section: | Any section that you have defined for TextToDocs settings |
Example: | FieldMatchesName0=Title
|
See Also: | FieldMatchesRegex<N> |