vincentlaucsb / csv-parser

A high-performance, fully-featured CSV parser and serializer for modern C++.
MIT License
864 stars 144 forks source link

Fix values with number and dash data type are parsed as integer instead of string #206

Closed DoozyX closed 3 months ago

DoozyX commented 1 year ago

Fixes #205

vincentlaucsb commented 3 months ago

Apologies for not getting to this faster @DoozyX. This is a very subtle fix but a good fix. Thank you for adding unit tests as well.