simdcsv icon indicating copy to clipboard operation
simdcsv copied to clipboard

it gets wrong fields when we replaced the comma with '|' in testing SSB data

Open daviszhen opened this issue 4 years ago • 0 comments

dataset: SSB test cases part.tar.gz

reproduction:

rd := simdcsv.NewReader(f)
rd.Comma = '|'
xs, err := rd.ReadAll()

result:

some lines can not be split righlty.

daviszhen avatar Sep 07 '21 11:09 daviszhen