Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

float values with leading '+' are not recognized #213

Closed
goranobradovic1 opened this issue Jan 6, 2023 · 1 comment
Closed

float values with leading '+' are not recognized #213

goranobradovic1 opened this issue Jan 6, 2023 · 1 comment
Assignees

Comments

@goranobradovic1
Copy link

Leading plus signs ('+') seems to be unsupported in the data_type(...) function in the csv.hpp, so in this example all numbers are classified as DataType::CSV_STRING.

+60.00000, +1.24889, +0.00000
+60.01000, +0.24978, +0.00000
.....

Best regards
Goran

@vincentlaucsb
Copy link
Owner

Thanks for your report. This has been fixed in the latest version.

@vincentlaucsb vincentlaucsb self-assigned this May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants