Skip to content

Python script for converting .json files to .csv format

License

Notifications You must be signed in to change notification settings

gdmcdonald/json2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

json2csv

Python script for converting .json.gz files to .csv.gz format

Specifically for converting the .json files available here: http://jmcauley.ucsd.edu/data/amazon/ which are amazon reviews, into csv file format to make them compatible with common semantic analysis software.

Example usage:

>python json2csv.py mybigfile.json.gz 1000000

converts the gzipped json file mybigfile.json.gz into multiple csv files of length 1000000 rows, called mybigfile1.csv.gz, mybigfile2.csv.gz, mybigfile3.csv.gz...

About

Python script for converting .json files to .csv format

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages