The ParseIdx
parameter specifies whether the connector parses IDX files. To parse IDX files, set this parameter to true
.
The connector expects an IDX file to contain a single document and so it does not process more than one document from each IDX.
CFS 10.3.0 and later can parse IDX files, so you no longer need to set this parameter.
Type: | Boolean |
Default: | True |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | ParseIdx=True
|
See Also: | ParseXml |
|