KeyViewExportToHtml
A processor that uses File Content Extraction to produce an HTML 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 HTML representation that you can view in a web browser.
Properties
Name | Default Value | Description |
---|---|---|
KeyView Export Service | A KeyViewExportServiceImpl that manages the location of the Export SDK. | |
IDOL License Service |
An IdolLicenseServiceImpl that provides a way to communicate with a Knowledge Discovery License Server. |
|
Export Properties | The remaining properties configure settings for the Export SDK. For information about these properties, right-click the processor and click View Usage. |
Relationships
Name | Description |
---|---|
exported | FlowFiles that represent the exported HTML. |
success | Successfully processed FlowFiles are routed to this relationship. The contentfilename or contentfile document part is updated to represent the exported HTML, 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 HTML failed. |