JoltTransformJSON 2.0.0

Bundle
org.apache.nifi | nifi-jolt-nar
Description
Applies a list of Jolt specifications to the flowfile JSON payload. A new FlowFile is created with transformed content and is routed to the 'success' relationship. If the JSON transform fails, the original FlowFile is routed to the 'failure' relationship.
Tags
cardinality, chainr, defaultr, jolt, json, removr, shiftr, sort, transform
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
failure If a FlowFile fails processing for any reason (for example, the FlowFile is not valid JSON), it will be routed to this relationship
success The FlowFile with transformed content will be routed to this relationship
Writes Attributes
Name Description
mime.type Always set to application/json