Hi,
I have an issue with using Input Data tool for reading xlsx files that contain mixed data types. In such cases Alteryx sets V_String data type for such columns and that is fine, however the result are a bit unexpected and they do not correspond to values contaned in the spreadsheet, e.g.
is read by Input Data as:
| A | B |
| a | 1 |
| 1E-3 | 0.001 |
| 18.399999999999999 | 18.4 |
What might be the reason for such behaviour? We use that data to compare it later with data extracted from another set of files to list differences, so it creates false positives, because from one file we get 18.399999999999999 and from another one 18.4 (as it should be) if it happens to contan numbers only.
I tried it in Alteryx Designer 10.6.8.17850 both x64 and x86 versions and I get the same results.
In the attachment you can find small example that demonstrates this issue.
Kind regards,
Daniel