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

Parsing too conservative with double numbers in scientific notation #103

Closed
clagms opened this issue Apr 1, 2021 · 0 comments
Closed

Parsing too conservative with double numbers in scientific notation #103

clagms opened this issue Apr 1, 2021 · 0 comments

Comments

@clagms
Copy link
Contributor

clagms commented Apr 1, 2021

The app fails to parse when given the following data:

series,timestamp,value,label
w_ax,2021-04-01T05:21:30.000Z,-1.143e-07,

This is a problem in the regex used to detect whether a number can be parsed.

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

1 participant