Hello,
I have input the data from an excel sheet. By default, every value is in string data type. As I was trying to convert to int32 by using the select tool, Alteryx is not recognizing the comma for the value (For instance, 100,000 would output to 100). To solve that, I would have to use RegEx to remove comma in order to convert the string to int32. Would there by any better solution for that as that only convert one column?
Thanks!