I have a column that has numbers and text as customer number values.
These numbers are read from a .csv file and for some reason that I cannot determine, it reads them as repeated digit numbers
e.g. 1009.007 is read as 1009.0069999999999
I cannot just import them as float as then the text values are force converted to 0
So, to correct for this behaviour, I created a workflow. please find attached.
I might have over engineered the process however, the output for large numbers comes out in exponential terms.
e.g. 20065180 is 2.007829e+07
Is there a better way to treat this so that the integrity of the column is maintained?