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?