Hello - I am having an issue with Fuzzy Match.
I have a data source that looks like:
| NAME | ADDRESS | NUMBER |
| AMBERFLORENCE | 123 EXAMPLE | 1234 |
| TOM BRADY | 456 EXAMPLE | 4567 |
| MIKE TROUT | 789 EXAMPLE | 7890 |
And I have a list of Names that I want to Fuzzy Match for in NAME. For Example, my text looks like
I have the second table as a Text input in my Alteryx flow. I want to Fuzzy Match for the second table values in the first table. Please not my actual data set is much larger, I am just using this as an example.
Thanks for the help!