Member since
09-23-2022
2
Posts
0
Kudos Received
0
Solutions
05-30-2023
03:28 AM
Sorry @Neil_1992 where could I find nifi.service file, to add this property ?
... View more
01-12-2023
01:03 PM
In my case I have to fetch a particular key value from a json array. I was trying to do $.[key] but it just splits the array into separate json files. Is there any solution for this ? I wanted the split array as {"test1", "test2"} Jsonarray example: [{"key":"test1", "name":"testName"}, {"key":"test2", "name":"testName2"}]
... View more