Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 310 Bytes

readme.md

File metadata and controls

11 lines (7 loc) · 310 Bytes

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