Hello everyone,
I have a question on how to convert strings to numbers for my data. I attached a sample of the data I have(I included all types of strings I have in my file) and the desired outcome in the the secont sheet. I do not know if there is a simple way of doing this since I have hundreds of columns(for which the headers sometimes contain numbers that i don't want to change).
Could somone help me with this matter,
Thank you in advance
Solved! Go to Solution.
HI @davidgosselin,
here is a way to do it:
Output:
You will notice that the first cell is different, but in my eyes your desired output was wrong, because E-4 will be cutoff with only two digits.
Workflow attached. Let me know if it helps.
Best
Alex
This workflow would do it but the problem with this one is that I have hundreds of columns I would not want to manually select each one of them, I would want it to be done without have to select them. Would there be a way to do it?
Thank you for your time Alex,
Hi @davidgosselin, you could use a combination of transpose, formula tool, and crosstab to achieve this objective.
Attached is an implementation of the logic.
@davidgosselin - just to add a tiny detail to @grossal's most recent post, as long as you uncheck Type field and check the Dynamic or Unknown Fields option, all new columns in your dataset will be processed in the Multi-Field formula tool. The Dynamic or Unknown Fields option is our way of instructing Alteryx to process new fields being introduced in the source data.
Thank you to both of you! Yes Alex I guess this will be the best way for now, thank you