I need help to process json file and write it out in csv. Thanks.
Ctrl+G and see where you end up...
Ctrl+G and see where you end up...
Did you try simply creating a JSON reader and point at your URL? When I do, I get the following reader definition:
You can then simply use a ListExploder on "response{}" and you should be good to go. You can also use the BulkAttributeRenamer in "Remove prefix string" mode to fix up your attribute names, if necessary. Example result after having removed the prefix "0."
This will open a wizard that requires you to input the reader format and location (your url) and writer format and destination.
What @david_r suggests can help you 'clean' the content to a better result.
Did you try simply creating a JSON reader and point at your URL? When I do, I get the following reader definition:
You can then simply use a ListExploder on "response{}" and you should be good to go. You can also use the BulkAttributeRenamer in "Remove prefix string" mode to fix up your attribute names, if necessary. Example result after having removed the prefix "0."
@david_r