Hello:
How can I transform this following workflow?
Thanks
@Kinetic_analytics
I used a small RegEx
Thank you for helping me learn alteryx better.
@Kinetic_analytics -
Probably the easiest way to do this would be with a formula tool with this formula
REPLACE(REPLACE(REPLACE(REPLACE(REPLACE([Old],"Street","St"),"Road","Rd"),"Avenue","Av"),"Lane","Ln"),"Boulevard","Blvd")
could you please attach the workflow?
could you please share the workflow with me?
How about I have to replace 20 different "words"? in that case, do I need to use replace 20 times?
Thank you for accepting my solution!