Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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: