A processor that uses KeyView to filter metadata and text from files.
The processor reads any files embedded in the FlowFile or referenced by the FlowFile, and passes these to KeyView. The metadata that is extracted by KeyView is added to the FlowFile as XML metadata. The text that is extracted by KeyView is appended to the content parts of the FlowFile.
Name | Default Value | Description |
---|---|---|
KeyView Filter Service | A KeyViewFilterServiceImpl that manages the location of the KeyView binaries and temporary file storage. | |
IDOL License Service | An IdolLicenseServiceImpl that provides a way to communicate with an IDOL License Server. | |
Extract content text | True | Specifies whether to extract text. If you set this property to false, the processor only extracts metadata. |
Name | Description |
---|---|
success | Successfully processed FlowFiles are routed to this relationship (regardless of whether content or metadata is extracted). |
failure | FlowFiles with an invalid or unknown format. |
|