Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsErrInvalidHeader ¶
IsErrInvalidHeader checks if an err is of ErrInvalidHeader type.
func NewCSVFileFormat ¶
func NewCSVFileFormat(schemaName string) fileformat.FileFormat
NewCSVFileFormat creates a FileFormat for CSV.
Types ¶
type ErrInvalidHeader ¶
type ErrInvalidHeader string
ErrInvalidHeader indicates the header of the CSV input is corrupted, mismatched, or simply unreadable. This is a fatal, non-continuable error.
func (ErrInvalidHeader) Error ¶
func (e ErrInvalidHeader) Error() string
Click to show internal directories.
Click to hide internal directories.