I am new to nifi. I need help to make new json template using jolttransform processor. could anyone please help to make joltspec for this requirement.
From convertavrotojson processor flow file am getting the following attributes
name, address, id,status
And from its content file, am getting mobileno.
Expecting the following output { "id": "1", "details":[ { "mobileno": "xxxxx", "name ": "AAAA", "address": "addressline1" } ], "status" :"true" }
