Categorygithub.com/deelawn/csvee
modulepackage
0.1.2
Repository: https://github.com/deelawn/csvee.git
Documentation: pkg.go.dev

# README

csvee

encoding/csv wrapper that supports unmarshaling to structs

TODO: support marshaling from struct to CSV

# Functions

NewReader returns a new Reader that reads from r.

# Constants

No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Reader embeds *csv.Reader and contains the column names of the CSV data that is to be read.
ReaderOptions can be provided to the Reader constructor.