Versions in this module Expand all Collapse all v1 v1.0.0 Jul 28, 2026 Changes in this version + const KeyAuto + const KeyExplicit + const KeyFullRow + type Change struct + Column string + New string + Old string + type FileInfo struct + Delimiter string + Encoding string + Name string + Rows int + type Modified struct + Changes []Change + Key string + New Row + Old Row + type Moved struct + Key string + NewPosition int + OldPosition int + Values []string + type Options struct + FullRow bool + IgnoreColumns []string + Key []string + NoHeader bool + ShowReordered bool + Strict bool + type Result struct + Added []Row + AddedColumns []string + Columns []string + Compared []string + Ignored []string + Key []string + KeySource string + Modified []Modified + Moved []Moved + New FileInfo + Old FileInfo + OrderChanged bool + Removed []Row + RemovedColumns []string + Unchanged int + Warnings []string + func Compute(oldSrc, newSrc *csvsrc.Source, opt Options) (*Result, error) + func (r *Result) HasChanges() bool + type Row struct + Key string + Line int + Position int + Values []string