Issue with data from a CSV file: I downloaded some file in CSV with some values like this one: 1.21E+11
, when the values are too long.
If I convert to XLS/XLSX and change the field to numeric, that fixes the issue, but I want to do something automatized.
Try adding a derived column of type DT_R8 and use the following expression:
As shown in the image below, i tested the following expression:
And the result was: