I am trying luck hard using Fuzzy Match tool but no lead. Looks like for fuzzy match to work, we need to bring all the names in one field. Please note I want to compare field 1 with field 2 and get matching result from field 2. Below is one made-up example;
Field 1 | Field 2 |
Matrix Co. | Matrix company Ltd. |
Entrico INC. | Matrix Co. 15.2% |
Entrico Incopora. | |
Google Inc. | |
AAPL | |
Entrico FIXED 9.0% PVT |
Solved! Go to Solution.
With fuzzy match, you are correct all your data needs to be in one column, however there are two modes (merge and purge).
The easiest way to show you how to configure the tool for the merge mode, which is what you want when comparing data from two fields is to look at the example workflow which can be found in Designer under [Help - Sample Workflows - Learn one tool at a time - join - fuzzy match].
In here is an example of how to configure the fuzzy match tool for merging data which is what you are after. The output will be the matches from column 2 against the data in column 1, so you will be able to then build your workflow from there.
Thanks @cgoodman3 - this resolved my issue partially.. appreciate it.