Skip to content

Latest commit

 

History

History

JSON-to-CSV

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

JSON to CSV

This python script converts a JSON file to CSV file

Data stored in json format is used for transferring data Data in csv format is mostly used for storing / reading data This script converts the .json file to .csv file

The default output is 'output.csv'

the file path and name can be changed