JsonPathReader 2.0.0

Bundle
org.apache.nifi | nifi-record-serialization-services-nar
Description
Parses JSON records and evaluates user-defined JSON Path's against each JSON object. While the reader expects each record to be well-formed JSON, the content of a FlowFile may consist of many records, each as a well-formed JSON array or JSON object with optional whitespace between them, such as the common 'JSON-per-line' format. If an array is encountered, each element in that array will be treated as a separate record. User-defined properties define the fields that should be extracted from the JSON in order to form the fields of a Record. Any JSON field that is not extracted via a JSONPath will not be returned in the JSON Records.
Tags
json, jsonpath, parser, reader, record
Input Requirement
Supports Sensitive Dynamic Properties
false
Properties
Dynamic Properties
See Also