Versions in this module Expand all Collapse all v1 v1.128.0 Sep 1, 2026 v1.127.0 Aug 31, 2026 v1.126.7 Aug 29, 2026 v1.126.6 Aug 29, 2026 Changes in this version + const ColumnType + var ErrEmptyHeader = errors.New("the file has no header row, so the table has no column names") + var ErrUncorrectable = errors.New("the file cannot be corrected") + func JoinAnd(items []string) string + type Column struct + Name string + Type string + func ColumnsFrom(record []string) []Column + type Defect struct + Columns []string + Encoding string + HeaderFields int + LineEndings string + Ragged []string + Rows int + Unreadable string + func Inspect(content []byte) *Defect + func (d *Defect) Correctable() bool + func (d *Defect) Reason() string + func (d *Defect) Remedy() string + type NormalizeReport struct + FromEncoding string + FromLineEndings string + RowsRepaired int + func Normalize(content []byte) ([]byte, NormalizeReport, error)