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: about 1 year 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 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-15T13:36:26.000Z (over 4 years ago)
- Last Synced: 2025-01-14T07:53:55.941Z (about 1 year 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: