We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
3837070
Merge pull request #104 from clagms/improve_parsing
b6094fe
Fix #103
No branches or pull requests
The app fails to parse when given the following data:
This is a problem in the regex used to detect whether a number can be parsed.
The text was updated successfully, but these errors were encountered: