Skip to content

A tool for extracting fields within a JSON file and converting them into CSV format.

Notifications You must be signed in to change notification settings

brndn-gnzls/json-extract-to-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A tool for extracting fields within a JSON file and converting them into CSV format.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages