I have data that looks like:
| Contract ID |
| 12345 |
| 12AB03 |
| TBD |
Select tool shows that this column is define as string, however when I run the workflow and have the output I see that it has changed to:
| Contract ID |
| 12345.0 |
| 12AB03 |
| TBD |
How do I stop alteryx from adding that decimal point..