Hi All
I have a workflow built in which I am comparing multiple excel files and joining them so I can find any potential differences in values on certain criteria. I am running into an issue on 1 of the files where if the value in the interest column (sample file attached) has a decimal that starts with ".0" I get a null value at the end. And this obviously then shows up as a difference between the files. I am not sure why this happens because this entire column under Interest are all formulals but if the decimal is .25 or .40 or .12 there are no issues. It looks like the import of the decimals that start out with .0 come into the Alteryx Workflow as an example as 2.7777777776E2 as seen on the attached.
Any guidance would be very much appreciated. Thank you!