This commit is contained in:
parent
62296e1da6
commit
8c241fff65
|
@ -14,7 +14,9 @@ type CsvParser struct {
|
|||
ignore string
|
||||
maxFieldIndex int
|
||||
}
|
||||
|
||||
func (p *csvParser) FieldCount() int {
|
||||
return maxFieldIndex + 1
|
||||
}
|
||||
/*
|
||||
* delimiters: string with all delimiter chars
|
||||
* mergeDelimiters: if true, all successive delimiters are considered as one
|
||||
|
|
Loading…
Reference in New Issue