Replies: 2 comments
-
open one csv writer, read each json file and write to it as below
|
Beta Was this translation helpful? Give feedback.
0 replies
-
This will not do I need it to be a list of json strings, so each string will be a new entry in the csv. I was going to use CHOETL.JSON bit |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I put many json files into one CSV.
my json is
{
"name": "Mark Pearson",
"address": "Abc, england ",
"Filename": "WMCA, MACA",
}
Beta Was this translation helpful? Give feedback.
All reactions