simdcsv icon indicating copy to clipboard operation
simdcsv copied to clipboard

Results 1 simdcsv issues
Sort by recently updated
recently updated
newest added

**dataset:** SSB test cases [part.tar.gz](https://github.com/fwessels/simdcsv/files/7121229/part.tar.gz) **reproduction:** ``` rd := simdcsv.NewReader(f) rd.Comma = '|' xs, err := rd.ReadAll() ``` **result:** some lines can not be split righlty.