This processor unpacks the content of FlowFiles that have been packaged with one of several different packaging formats, emitting one to many FlowFiles for each input FlowFile.
Uses Attributes:
Attribute Name | Description |
---|---|
mime.type |
If the <Packaging Format> property is set to use mime.type attribute ,
this attribute is used to determine the FlowFile's MIME Type.
In this case, if the attribute is set to application/tar , the TAR Packaging Format will be used.
If the attribute is set to application/zip , the ZIP Packaging Format will be used.
If the attribute is set to application/flowfile-v3 or application/flowfile-v2 or application/flowfile-v1 ,
the appropriate FlowFile Packaging Format will be used.
If this attribute is missing, the FlowFile will be routed to 'failure'.
Otherwise, if the attribute's value is not one of those mentioned above, the FlowFile will be
routed to 'success' without being unpacked.
|
Modifies Attributes:
Attribute Name | Description |
---|---|
mime.type |
If the FlowFile is successfully unpacked, its MIME Type is no longer known, so the
mime.type attribute is set to application/octet-stream .
|
fragment.identifier | All unpacked FlowFiles produced from the same parent FlowFile will have the same randomly generated UUID added for this attribute. |
fragment.index | A one-up number that indicates the ordering of the unpacked FlowFiles that were created from a single parent FlowFile. |
fragment.count | The number of unpacked FlowFiles generated from the parent FlowFile. |
segment.original.filename | The filename of the parent FlowFile. Extensions of .tar, .zip or .pkg are removed because the MergeContent processor automatically adds those extensions if it is used to rebuild the original FlowFile. |
Properties:
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. If a property has a default value, it is indicated. If a property supports the use of the NiFi Expression Language (or simply, "expression language"), that is also indicated.
Relationships:
See Also: