JoltTransformRecord 2.0.0

Bundle
org.apache.nifi | nifi-jolt-nar
Description
Applies a JOLT specification to each record in the FlowFile payload. A new FlowFile is created with transformed content and is routed to the 'success' relationship. If the transform fails, the original FlowFile is routed to the 'failure' relationship.
Tags
cardinality, chainr, defaultr, jolt, record, removr, shiftr, sort, transform
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
success The FlowFile with transformed content will be routed to this relationship
failure If a FlowFile fails processing for any reason (for example, the FlowFile records cannot be parsed), it will be routed to this relationship
original The original FlowFile that was transformed. If the FlowFile fails processing, nothing will be sent to this relationship
Writes Attributes
Name Description
record.count The number of records in an outgoing FlowFile
mime.type The MIME Type that the configured Record Writer indicates is appropriate