FlattenJson 2.0.0

Bundle
org.apache.nifi | nifi-standard-nar
Description
Provides the user with the ability to take a nested JSON document and flatten it into a simple key/value pair document. The keys are combined at each level with a user-defined separator that defaults to '.'. This Processor also allows to unflatten back the flattened json. It supports four kinds of flatten mode such as normal, keep-arrays, dot notation for MongoDB query and keep-primitive-arrays. Default flatten mode is 'keep-arrays'.
Tags
flatten, json, unflatten
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
failure Files that cannot be flattened/unflattened go to this relationship.
success Successfully flattened/unflattened files go to this relationship.