Many systems can output data in XML format. The ConvertXMLToDocuments processor automatically detects any FlowFile that represents an XML file and attempts to parse the XML into IDOL documents. The processor produces a new FlowFile for each IDOL document.
TIP: To be parsed successfully, the input XML must conform to the standard IDOL document structure (the same format as created by the WriteDocument processor when you choose XML format).
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 XML file. |
failure | Original FlowFiles that represent an XML file but from which there were XML parsing errors. |
processed | Original FlowFiles that represent an XML file and were parsed successfully. Original FlowFiles are routed to this relationship when they contain valid IDOL documents in XML format. |
unprocessed | Original FlowFiles that do not represent an XML file. |
|