I have a 2 datasets,
Dataset 1 :Azure Maps dataset (containing grocery chains in the area)
Dataset 2: Top grocery stores in US.
I'm looking to Fuzzy Match the 2 datasets, since we have multiple entries (example: ShopRite of Norwalk, ShopRite of Derby, Super Stop & Shop, Stop & Shop Pharmacy) from Azure Maps so that I can get only "ShopRite" or "Stop & Shop" as the answer.
I have done the steps outlined by the documentation
1. Creating a source field
2. Adding a unique record ID
3. Union both datasets so we have the POI Name in the same column
4. Try different fuzzy matching options to get the correct config.
Issue: Rather than comparing to the new dataset, Alteryx somehow is comparing to the old dataset and finding different variations mentioned. In the screenshot attached you can see: Whole Foods is from Dataset 2, while Alteryx suggests Whole Foods Market from Dataset1, but OLA foods is from Dataset 1 while Alteryx suggests Whole Foods from Dataset 2.
I have attached the workflow and screenshot here:
