Json – JOLT convert nested list into array
I have a JSON formatted payload with nested objects that I want to modify into an array so Nifi can process the array elements pushing them into SQL. Input looks like this: [ { "architecture": "x64", "hostname": "LAPTOP-B442R49A", "memory": "32",…