How to extract First Array value from Nested JSON Collection
Hi Team , I need to convert JSON to CSV. for this I am first converting JSON to collection using JSON to collection(Skipping JArray) but I am getting output like below I basically need 3 columns for csv output : host, included and Instance I dont ha...