Loading JSON Data from AWS URL

I have JSON data which is placed on aws url and I have to work this with other data. How to convert this json data to csv format.

Regards
Addy

We had a discussion about JSON and I provided an example workflow:

Also this thread might give you some insight:

Basically you have to define an XPath that matches the data you want to extract, and sometimes you then have to do further manipulations like Ungroup.

If you could upload and example we might have a look.

1 Like