Hello there,
I'm trying to generate CSV file out of Alteryx which is connected to SQL server. The problem is with account number and it has 16 digits when I Alteryx spit out the CSV it has some scientific notation, and if I change it into FRACTION data type it works. But I don't want to change it manually and want data as is. I have tried different data type in Alteryx from String, integer but no luck.
| Account number |
| 1234567891234567 |
| 9812354567819287 |
| 4512398109273456 |
CSV output:
| Account number |
| 4.42868E+15 |
| 4.42868E+15 |
| 4.42868E+15 |
| 4.42868E+15 |
Can someone please advise what should I do?
Appreciate your help!
Thank you
Mehul