achesak/nim-csv

empty final field not parsed

Closed this issue · 1 comments

The last field on the last line in the csv is not parsed correctly when blank/empty
e.g. 1,2,3,

expecting 4 fields only getting 3 fields

Put together a quick fix. This definitely used to work properly, I'll look if it was a Nim csv library change or something.