Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bmatsuo/csvutil
/ types & classes
Types & classes
4 in github.com/bmatsuo/csvutil
⨍
Functions
51
◇
Types & classes
4
Struct
Config
A configuration structure that can be shared between a Reader and Writer.
config.go:13
Struct
Reader
A reader object for CSV data utilizing the bufio package.
reader.go:18
Struct
Row
A simple row structure for rows read by a csvutil.Reader that encapsulates any read error enountered along with any data read prior to encountering an
row.go:31
Struct
Writer
A simple CSV file writer using the package bufio for effeciency. But, because of this, the method Flush() must be called to ensure data is written to
writer.go:18