Each month I have a dirty list compiled from different sources I need to clean. There are a few columns where I want to catch data entry variations so I can be alerted and then fix them with a find and replace via lookup table.
I have a column that can contain entries like the below
SMITH CITY REG HOSP, INC.
SMITHCITY REGIONAL HOSPITAL, INC.
SMITH HEALTH SYSTEM
SMITH HEALTH SYSTEMS
SMITH CENTER HOLDINGS
SMITH CENTER HOLDINGS, LLC
I need a workflow that will return entries like this so i can review and decide what should be the proper entry.
How would I do this in Alteryx?