Closed crepon-philipp closed 4 years ago
Could you share your file? My email address is in my profile.
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]