Hello Reader,
I have few account numbers as below in my output.
1010000000
131210005I
299110000L
1110000A00
When extracting to excel as output, the datatype is V_W String. However, this is creating vlookup issue for user and they need to first convert it into number format and then apply vlookup.
Is there a way in alteryx to solve this problem?
I tried to convert it into double format but this deletes the letter inside the 10 digit account number, giving incorrect data like
131210005I
299110000L
1110000A00