https://github.com/jerryfzhang/csvtojson
Simple Python program that converts CSV to JSON for my MongoDB project.
https://github.com/jerryfzhang/csvtojson
big-data bigdata converts converts-csv csvtojson json json-parser library mongo mongodb python
Last synced: about 2 months ago
JSON representation
Simple Python program that converts CSV to JSON for my MongoDB project.
- Host: GitHub
- URL: https://github.com/jerryfzhang/csvtojson
- Owner: JerryFZhang
- License: mit
- Created: 2016-11-30T20:52:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-08T19:28:24.000Z (about 8 years ago)
- Last Synced: 2025-05-17T02:45:03.000Z (about 1 year ago)
- Topics: big-data, bigdata, converts, converts-csv, csvtojson, json, json-parser, library, mongo, mongodb, python
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
### CSVToJSON
Simple Python program that converts CSV to JSON. (optimized for MongoDB import)
- It converts all the csv files under the directory at once.
- It just works.
### Author
Fengwei Jerry Zhang([zhang96](http://github.com/Zhang96))
### License
MIT