This commit is contained in:
Laurentu
2025-05-14 16:04:41 +02:00
parent 8c241fff65
commit a6ac958ee2

View File

@@ -14,8 +14,8 @@ type CsvParser struct {
ignore string
maxFieldIndex int
}
func (p *csvParser) FieldCount() int {
return maxFieldIndex + 1
func (p *CsvParser) FieldCount() int {
return p.maxFieldIndex + 1
}
/*
* delimiters: string with all delimiter chars