Convert JSON to CSV
This commit is contained in:
12
input.json
Normal file
12
input.json
Normal file
@@ -0,0 +1,12 @@
|
||||
[
|
||||
{
|
||||
"Name": "Akash",
|
||||
"age": 26,
|
||||
"birthyear": "1994"
|
||||
},
|
||||
{
|
||||
"Name": "Abhay",
|
||||
"age": 34,
|
||||
"birthyear": "1986"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user