vladikk / JSON2CSV

Utility to convert json files to csv
Other
38 stars 23 forks source link

CSV file has only what should be header row items #4

Closed genfhk closed 7 years ago

genfhk commented 7 years ago

...and they're all in column A.

Json-CSV_tests.zip

belisards commented 7 years ago

the same here

stalane commented 7 years ago

same

vladikk commented 7 years ago

The input file should either be an array of objects or a line delimited JSON file (line per object). You can see examples in the tests/testcases folder.