fix #32: treat header filters case insensitively

This commit is contained in:
2025-01-14 08:42:45 +01:00
committed by T.v.Dein
parent 2ae2d2b33d
commit 9f971ed3b9
6 changed files with 72 additions and 12 deletions

View File

@@ -120,9 +120,6 @@ func parseTabular(conf cfg.Config, input io.Reader) (Tabdata, error) {
if !hadFirst {
// header processing
data.columns = len(parts)
// if Debug {
// fmt.Println(parts)
// }
// process all header fields
for _, part := range parts {