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