Transform JSON with array objects into individual records – JOLT spec
I am working on Jolt transform feature in Apache Nifi. I am new to this and need help. The input JSON can have several objects which contain multiple numerical arrays, that need to be flattened. JSON Input: [ { "ABC":…