simdcsv
simdcsv copied to clipboard
it gets wrong fields when we replaced the comma with '|' in testing SSB data
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.