Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 297 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 297 Bytes

JSON to CSV

Converts JSON elements to CSV and provides header fields.

Replace the following lines with your input and output files

input_file_path = 'output.json'
output_file_path = 'csv_output.csv'

Refer to the sample files for default document structure, modify as you see fit.