Skip to content
/ JSONToCSV Public

Convert multiple local JSON files to a single CSV file with headers

Notifications You must be signed in to change notification settings

zbc/JSONToCSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSONToCSV

Convert multiple local JSON files to a single CSV file with headers

Getting Started

Installing

If you don't have node, please install Node first

Then run

npm install 

Running the code

npm start

Then will ask:

  1. Please enter your input directory of data you want to convert: C:\data
  2. Please enter the output directory you want to save: C:\output
  3. Please enter the csv file name you want to save: result

Change CSV headers file

In fields.js, you can edit field name to match with your own JSON properties.

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Convert multiple local JSON files to a single CSV file with headers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published