AJ ONeal aa5c081078 | ||
---|---|---|
.gitignore | ||
LICENSE | ||
README.md | ||
csv.go |
README.md
go-csv-to-json
Read in a full-spec CSV (y'know, the nasty kind), get back JSON.
- escaped quotes
- newlines
- a variable number of columns
(all standard Go csv parser stuff)
Usage
git clone https://git.coolaj86.com/coolaj86/go-csv-to-json.git
pushd go-csv-to-json/
go run csv.go /path/to/import.csv /path/to/export.json
TODO
Web API