KeyViewExportToXml
A processor that uses KeyView to produce an XML representation of a file.
For example, if you have an IDOL document FlowFile with an associated PDF file, KeyView reads the PDF file and produces an XML representation of it.
Properties
Name | Default Value | Description |
---|---|---|
KeyView Export Service | A KeyViewExportServiceImpl that manages the location of the KeyView Export SDK. | |
IDOL License Service | An IdolLicenseServiceImpl that provides a way to communicate with an IDOL License Server. | |
KeyView Export Properties | The remaining properties configure settings for the KeyView Export SDK. For information about these properties, right-click the processor and click View Usage. |
Relationships
Name | Description |
---|---|
exported | FlowFiles that represent the exported XML. |
success | Successfully processed FlowFiles are routed to this relationship. The contentfilename or contentfile document part is updated to represent the exported XML, unless you connect the "exported" relationship in which case the original FlowFile is passed to the "success" relationship unchanged. |
failure | FlowFiles for which export to XML failed. |