Hi, I imported a csv file into Alteryx, and I want to convert the data under the pay rate field from string datatype to a double datatype. Can anybody provide help please, thank you!
Solved! Go to Solution.
Hi @Carissahjx,
The easiest way to change data types is connecting the data up to a Select tool, and then changing the data type to a double in the 'Type' drop down menu. In your case due to the $ sign, you will first have to add a Formula tool with a formula such as Trimleft([Pay Rate], '$')
Hi @JamesCharnley, thanks so much for your solution. It works!
Hi @Luke_C, thanks so much for your help!
Hi @Emmanuel_G, thanks so much for your help!