PackageFlowFile 2.3.0¶
BUNDLE¶
org.apache.nifi | nifi-standard-nar
DESCRIPTION¶
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.
INPUT REQUIREMENT¶
REQUIRED
Supports Sensitive Dynamic Properties¶
false
PROPERTIES¶
Property |
Description |
---|---|
max-batch-size |
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. |
RELATIONSHIPS¶
NAME |
DESCRIPTION |
---|---|
original |
The FlowFiles that were used to create the package are sent to this relationship |
success |
The packaged FlowFile is sent to this relationship |
WRITES ATTRIBUTES¶
NAME |
DESCRIPTION |
---|---|
mime.type |
The mime.type will be changed to application/flowfile-v3 |
Use Cases Involving Other Components¶
Send FlowFile content and attributes from one NiFi instance to another NiFi instance. |
Export FlowFile content and attributes from NiFi to external storage and reimport. |