Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 549 Bytes

File metadata and controls

14 lines (7 loc) · 549 Bytes

JSON2CSV Aggie

Installation

  1. Download the repository as a .zip or git clone into into a local repository (git clone https://github.com/TID-Lab/json2csv-aggie.git)

Usage

  1. cd to the location where you downloaded/cloned the repository

  2. IMPORTANT: Open json_to.csv.py and change the CSV_HEADER_ROW to match the headers you want to output in CSV

  3. Run $ python json_to_csv -i <INPUTFILE> o- <OUTPUTFILE> where INPUTFILE is the JSON file you want to convert and OUTPUTFILE is the csv you want to save to.