MergeDocument
Accepts FlowFiles that were created by a SplitDocument processor, and merges them back together to form IDOL document FlowFiles.
Properties
Name | Default Value | Description |
---|---|---|
The maximum age... | 1 hour |
The maximum amount of time that a FlowFile should wait in the input queue, before being transferred to the "expired" relationship. The processor cannot output IDOL document FlowFiles until all of the required parts (text content, metadata, binary file content, and file paths) are available. If you have routed the parts through different processing steps, some parts might arrive in the input queue before others. |
The order in which parts are merged | content, xmlmetadata, contentfile, contentfilename, externalfile | The order in which to merge IDOL document FlowFile parts. |
Relationships
Name | Description |
---|---|
success | IDOL document FlowFiles that were created by merging input FlowFiles. |
failure | FlowFiles that were not successfully processed. |
expired | FlowFiles that expired before they could be merged. |