All,
Source data is in column "Company Name1". This includes list of similar names.
Requirement - Create a new column with clean names mapped against each source data entry.
How can we populate column "Company Name2" using Alteryx?
Some thoughts:
Firstly, we can find characters like "LLC, LLP, INC" and replace them with nothing.
Then, apply fuzzy match tool using some threshold.
Could you guys please create a dynamic Alteryx workflow for this?

Thanks!