Compare commits
No commits in common. "master" and "v0.1.1" have entirely different histories.
|
@ -14,9 +14,7 @@ type CsvParser struct {
|
||||||
ignore string
|
ignore string
|
||||||
maxFieldIndex int
|
maxFieldIndex int
|
||||||
}
|
}
|
||||||
func (p *csvParser) FieldCount() int {
|
|
||||||
return maxFieldIndex + 1
|
|
||||||
}
|
|
||||||
/*
|
/*
|
||||||
* delimiters: string with all delimiter chars
|
* delimiters: string with all delimiter chars
|
||||||
* mergeDelimiters: if true, all successive delimiters are considered as one
|
* mergeDelimiters: if true, all successive delimiters are considered as one
|
||||||
|
|
Loading…
Reference in New Issue