Hi there,
I was wondering if it was possible to do a find and replace in my data with Alteryx, looking to replace multiple values in the same field and in the same record.
For example, I have a field in my data called Address and I want to search every record the Address field for the following values;
West
W.
Street
St.
Avenue
Ave
So if I found any of these values in the same field, in the same record, I would want to replace these values with a blank space.
I have done this test in other languages and applications by having a separate list of all the replacement values and I would usually bring in this last as a separate table or as an array, and I would loop through the entire list for the Address field for each record.
Can I build a similar workflow in Alteryx to accomplish the same thing?
Thanks in advance for the help!
Mike