Hello everybody,
I import multiple xlsx files and for a column, in which I have numbers or letters and digits combinations, sometimes Alteryx will import the number with a decimal point, which isn't in the raw file. For example, in the file, I have 38012011800022200000, but Alteryx imports it as .
I tried formating the original file in Excel and to use formulas in Alteryx (ToString, ToNumber), but had no luck.
Does anybody else have this problem?
Forgot to mention, but I tried that and it comes back as NULL (after filtering out all the rows that have letters).
It doesn't seem to be the same number as the input one.
38012011800022196224.00000000000000000000
38012011800022200000
I have a different number of digits so I cannot trim it and add the zeroes.