10000 GitHub - AgamAgarwal/json2csv: A python utility to convert a bunch of nested json files to a csv file
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A python utility to convert a bunch of nested json files to a csv file

Notifications You must be signed in to change notification settings

AgamAgarwal/json2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

json2csv

A python utility to convert a bunch of nested json files to a csv file

Usage

python json2csv.py <folder_name> [output_file]

json2csv processes all the *.json files in the specified folder. If no output file is mentioned, the output is printed on stdout.

Sample files

The folder sample/ contains two files sample1.json and sample2.json. To run json2csv on the sample/ and write the output to sample.csv, run the following:

python json2csv.py sample sample.csv

About

A python utility to convert a bunch of nested json files to a csv file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0