hi there, i've been importing xls files and changing the fields from V_string to double and realized the numbers get truncated specifically at the "," and loses decimal places.
eg 20,888.90 becomes 20 and 1000.4032 becomes 1000.40
I repeated the same with xlsx folders and it works fine -20888.9 and 1000.4032 shows.
Is this a limitation working in xls?
Appreciate any workarounds.
I've attached screenshots and the working files.