vincentlaucsb / csv-parser

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

Values with number and dash data type are parsed as integer instead of string #205

Closed DoozyX closed 3 months ago

DoozyX commented 1 year ago

Values such as 510-123-4567 when we call type() it returns int instead of String