https://github.com/rhcarvalho/csvmap
Read and write CSV-encoded streams using maps of column name to value
https://github.com/rhcarvalho/csvmap
csv go golang
Last synced: 9 months ago
JSON representation
Read and write CSV-encoded streams using maps of column name to value
- Host: GitHub
- URL: https://github.com/rhcarvalho/csvmap
- Owner: rhcarvalho
- License: mit
- Created: 2018-03-23T05:28:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T06:31:46.000Z (about 8 years ago)
- Last Synced: 2025-06-22T18:01:57.324Z (9 months ago)
- Topics: csv, go, golang
- Language: Go
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csvmap
Read and write CSV-encoded streams using maps of column name to value.
Get it:
```
go get github.com/rhcarvalho/csvmap
```
Documentation: https://godoc.org/github.com/rhcarvalho/csvmap.