Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artyom/csvstruct
Go package to scan CSV lines to a struct type
https://github.com/artyom/csvstruct
csv structured-data
Last synced: 19 days ago
JSON representation
Go package to scan CSV lines to a struct type
- Host: GitHub
- URL: https://github.com/artyom/csvstruct
- Owner: artyom
- License: mit
- Created: 2020-08-21T09:42:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-15T13:36:26.000Z (about 3 years ago)
- Last Synced: 2024-11-14T14:20:02.415Z (3 months ago)
- Topics: csv, structured-data
- Language: Go
- Homepage: https://pkg.go.dev/github.com/artyom/csvstruct
- Size: 11.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# csvstruct
Package csvstruct allows scanning of string slice obtained from a
[csv.Reader.Read](https://golang.org/pkg/encoding/csv/#Reader.Read) call into a
struct type.See documentation: