3 Commits

Author SHA1 Message Date
Laurentu
a6ac958ee2 zz 2025-05-14 16:04:41 +02:00
Laurentu
8c241fff65 zz 2025-05-14 15:56:45 +02:00
Laurent Ulrich
62296e1da6 simple tabulation 2024-11-15 15:35:13 +01:00

View File

@@ -14,7 +14,9 @@ type CsvParser struct {
ignore string
maxFieldIndex int
}
func (p *CsvParser) FieldCount() int {
return p.maxFieldIndex + 1
}
/*
* delimiters: string with all delimiter chars
* mergeDelimiters: if true, all successive delimiters are considered as one