KeyViewExportToXml
A processor that uses File Content Extraction to produce an XML representation of a file.
For example, if you have a document FlowFile with an associated PDF file, File Content Extraction 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 File Content Extraction Export SDK. | |
IDOL License Service |
An IdolLicenseServiceImpl that provides a way to communicate with a Knowledge Discovery License Server. |
|
KeyView Export Properties | The remaining properties configure settings for the File Content Extraction 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. |