This processor will package FlowFile attributes and content into an output FlowFile that can be exported from NiFi and imported back into NiFi, preserving the original attributes and content.
flowfile, flowfile-stream, flowfile-stream-v3, package, attributes
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values.
Display Name | API Name | Default Value | Allowable Values | Description |
---|---|---|---|---|
Maximum Batch Size | max-batch-size | 1 | Maximum number of FlowFiles to package into one output FlowFile using a best effort, non guaranteed approach. Multiple input queues can produce unexpected batching behavior. |
Name | Description |
---|---|
success | The packaged FlowFile is sent to this relationship |
original | The FlowFiles that were used to create the package are sent to this relationship |
Name | Description |
---|---|
mime.type | The mime.type will be changed to application/flowfile-v3 |