ContentContainsRegex<N>
The ContentContainsRegex<N>
parameter restricts the files processed by a TextToDocs
import task. This parameter accepts one or more regular expressions.
If the document content does not match all the regular expressions that are defined, the file is not included.
Type: | String |
Default: | None |
Required | No |
Configuration Section: | Any section that you have defined for TextToDocs settings |
Example: | ContentContainsRegex0=.*
|
See Also: |