Convert multiple local JSON files to a single CSV file with headers
If you don't have node, please install Node first
Then run
npm install
npm start
- Please enter your input directory of data you want to convert:
C:\data
- Please enter the output directory you want to save:
C:\output
- Please enter the csv file name you want to save:
result
In fields.js, you can edit field name to match with your own JSON properties.
This project is licensed under the MIT License - see the LICENSE.md file for details