You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am downloading an API from a website, download it as export.json. now i am trying to convert that to .csv but with only certain keys or dictionarys. i think its nested but not sure. see attached .json file. i want to convert only the fieldId8, fieldId9, and fieldId2 into the csv file. Export.zip
The text was updated successfully, but these errors were encountered:
You currently cannot filter out the fields from processing like how you are expecting.
However, I took a look at the file you have sent and I think you can get what you want by running the script with result as your node name. Like... python json_to_csv.py result Export.json Export.csv This gives a csv with 8 cols from which you can delete the cols you don't want. Output file Attached. Export.csv.zip
I see a pull request #36 which seems to be trying to add this feature. I believe it warrants a discussion. You can follow that thread if interested.
i am downloading an API from a website, download it as export.json. now i am trying to convert that to .csv but with only certain keys or dictionarys. i think its nested but not sure. see attached .json file. i want to convert only the fieldId8, fieldId9, and fieldId2 into the csv file.
Export.zip
The text was updated successfully, but these errors were encountered: