https://github.com/remylavergne/csvtojson
https://github.com/remylavergne/csvtojson
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/remylavergne/csvtojson
- Owner: remylavergne
- Created: 2019-01-17T13:02:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-17T13:09:03.000Z (over 6 years ago)
- Last Synced: 2025-01-24T15:43:34.707Z (5 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSV To JSON
Small script to convert a CSV file to a JSON file.
Excel > CSV > JSON### Use
The CSV format will be (example with [Book1.cvs](https://raw.githubusercontent.com/remylavergne/CsvToJson/master/Book1.csv)) :
- Separator = ","
- Decimal = "."