package
1.0.5
Repository: https://github.com/jf-tech/omniparser.git
Documentation: pkg.go.dev

# Functions

IsErrInvalidHeader checks if the `err` is of ErrInvalidHeader type.
NewCSVFileFormat creates a FileFormat for CSV.
NewReader creates an FormatReader for CSV file format.

# Structs

Column is a CSV column.
FileDecl describes CSV specific schema settings for omniparser reader.

# Type aliases

ErrInvalidHeader indicates the header of the CSV input is corrupted, mismatched, or simply unreadable.