FilenameMatchesRegex<N>
The FilenameMatchesRegex<N>
parameter restricts the files processed by a TextToDocs
import task. This parameter accepts one or more regular expressions. If the file name 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: | FilenameMatchesRegex0=.*htm
|
See Also: | ReferenceMatchesRegex<N> |