hi all,
Below i have provided 2 Sample Data. One is the input and the Other is the required output.
The Country names were the headers At first So when I have read it Alteryx it has been renamed as 2, 3 etc as in Alteryx two fields cannot have the same Names. Those needs to be replaced by the original names as it is. Can someone help me out with this ?
Solved! Go to Solution.
In this particular case you should just be able to use the data cleansing tool to cleanse the field of numbers and punctuation. If you had punctuation in some jurisdictions you wanted to keep then you could use the replace function in a formula instead.
Hey @DataPirate26, how does this look? It just replaces all numbers/underscores with nothing. As there's no legitimate case for these being in the name this ought to be fine I think?
@binuacs Worked perfectly fine with the solution. Thanx for the quick help