The ConvertIDXToDocuments processor automatically detects any FlowFile that represents an IDOL IDX file, and produces FlowFiles that represent individual IDOL documents.
TIP: If you are using a File System Connector to retrieve IDX files, configure the connector with ParseIDX=FALSE
.
Name | Default Value | Description |
---|---|---|
Document Registry Service | A DocumentRegistryService controller service that manages and updates a document registry database. This ensures that documents are indexed in the correct order. |
Name | Description |
---|---|
extracted | New FlowFiles for individual IDOL documents that were extracted from an IDX file. |
failure | Original FlowFiles that represent an IDX file but from which there were IDX parsing errors. |
processed | Original FlowFiles that represent an IDX file and were parsed successfully. Original FlowFiles are routed to this relationship when they contain valid IDOL documents in IDX format. |
unprocessed | Original FlowFiles that do not represent an IDX file. |
|