Created 11-01-2016 07:40 AM
If we have a flowfile with multiple records as JSON Array, can they be split into separate lines each?
Created 11-01-2016 07:45 AM
If you have a JSON array with multiple json objects in it, you could try the SplitJson Processor.
see this => https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi.processors.standard.SplitJson/
Created 11-01-2016 07:45 AM
Try the SplitJson processor. The documentation is here: https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi.processors.standard.SplitJson/
Created 11-01-2016 07:45 AM
If you have a JSON array with multiple json objects in it, you could try the SplitJson Processor.
see this => https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi.processors.standard.SplitJson/
Created 07-21-2019 02:50 PM
Apache nifi - Split json error when an array has only one record or empty,
Created 03-24-2019 12:04 PM
the above links are no more working
Created 03-28-2019 08:42 AM
Use SpliJson processor, In Configuration, set property of "JsonPath Expression" as $.*
Created 07-21-2019 02:50 PM
Apache nifi - Split json error when an array has only one record or empty,