Hello!
I am importing a Netsuite file that has a percentage field. The CSV that comes out of Netsuite has the field formatted like this: 100.00%.
Because Alteryx recognizes that its a number, I cannot do string transforms on it (such as trimming the %), even after using the Select tool to try and make it a String. Because it has a %, it always gives the error "Lost in translation".
So far, it works despite that error (100% gets converted to 100, which I then divide by 100 to get 1), but it's messy and I don't like conversion errors.
Is there a best practice for importing weird percentages like that, or perhaps a Tool I'm missing?