Documentation ¶
Overview ¶
Package csv contains implementation of format interfaces for CSV document type.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
Reader offers support for CSV format.
func (*Reader) Initialize ¶
Initialize initializes the reader with a new csv.Reader
func (*Reader) ReadHeader ¶
ReadHeader reads the header of the file
Click to show internal directories.
Click to hide internal directories.