Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T06:31:46.000Z (almost 7 years ago)
- Last Synced: 2024-11-13T12:57:05.993Z (2 months ago)
- Topics: csv, go, golang
- Language: Go
- Size: 2.93 KB
- Stars: 1
- 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.