darionco / dekkai

Modern and fast, really fast, CSV parser for the browser and node.js
MIT License
37 stars 5 forks source link

small issue #17

Open nickticket2u opened 2 years ago

nickticket2u commented 2 years ago

small issue, maybe I'm doing something wrong (but I am 100% satisfied)

when looping table.rowCount, the first row value is somewhat "messed up".

like ABC becomes ~BC#

subsequent rows are fine

the workaround is, telling the user to make the first data line double, so I can start looping from index 1 instead of 0

tried with files with headers and without headers