p-ranav/csv2

Parsing error

hanguanmiao opened this issue · 0 comments

problem1

int,string
1,

One less column is parsed, the last column should be null

problem2

int,string,int
1,"",123

There are 3 columns in total, but only 2 columns can be parsed, '",123' is treated as one column