You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out the value was stored as a complex number in the XML (1E-3). Haven't seen that before and didn't notice it in the specification either. This is fixed in Xsv 0.3.16.
I have a file containing multiple decimal values.
0.001 | 0.01 | 0.1
when parsing the data as described in README the first decimal is not returned correctly!
This is what I do:
This is what I see in the console (the first value is just 1 instead of 0.001):
[1, 0.01, 0.1]
The text was updated successfully, but these errors were encountered: