Nifi JSON regular expression – Apache
I am using convert AvroToJson processor to convert avro to json and then split json with expression $.* to break json array to individual record. It is failing in case there is single element in json and not an array.…