Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrNotStruct = csvError("Record is not a struct.") ErrNotSupported = csvError("Operation is not supported.") ErrInvalidFieldType = csvError("Field type not supported.") ErrInvalidDefaultFieldType = csvError("Default field type not supported.") StructFieldTag = "csv" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Decoder ¶
type Decoder struct {
// contains filtered or unexported fields
}
func NewDecoder ¶
func (*Decoder) ReadHeader ¶
func (*Decoder) ReadRecord ¶
Click to show internal directories.
Click to hide internal directories.