https://github.com/anergictcell/csv2json
Small Webinterface to convert CSV to and from JSON
https://github.com/anergictcell/csv2json
csv-converter d3js javascript json-converter
Last synced: 3 months ago
JSON representation
Small Webinterface to convert CSV to and from JSON
- Host: GitHub
- URL: https://github.com/anergictcell/csv2json
- Owner: anergictcell
- License: mit
- Created: 2018-12-15T14:04:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-15T14:10:06.000Z (over 6 years ago)
- Last Synced: 2025-02-23T09:09:05.845Z (4 months ago)
- Topics: csv-converter, d3js, javascript, json-converter
- Language: HTML
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csv2json
Small Webinterface to convert CSV to and from JSON## Installation
1. Clone the repository
2. You need to specify the location of thed3.js
library. You can either point to a local version or use the [official sources](https://d3js.org/)
3. Open theindex.html
file with your webbrowser. It should all work locally without setting up a server.