Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Fuzzy Match query - How do I add more record ID fields

abeljohnson
6 - Meteoroid

Hi,

 

I'm using Fuzzy match to match records in a column but I notice that the Output is always just the single Record ID fields from both the input sources. Currently, I have to execute multiple Fuzzy matches and multiple join the outputs by position. 

 

Please refer to attached picture for reference.

 

Any advice would be great. Thanks!

3 REPLIES 3
Raj
16 - Nebula

If you're using the Fuzzy Match tool in Alteryx, the default output mode is to only return the Record ID fields from both input sources. However, you can configure the tool to output additional fields by using the "Output Mode" option.

To do this, follow these steps:

  1. Open the Fuzzy Match tool and go to the "Options" tab.
  2. Under the "Output Mode" section, select "All Fields" or "All Fields + Match Score" depending on the level of detail you need in the output.
  3. If you select "All Fields + Match Score", you can also choose to output the Match Score as a field in the output.
  4. Configure any other options you need for the tool, such as the Match Style, Match Threshold, and Match Types.
  5. Run the tool and check the output to confirm that the additional fields are included.

By selecting "All Fields" or "All Fields + Match Score", the Fuzzy Match tool will output all fields from both input sources in addition to the Record ID fields. This can save you the trouble of having to execute multiple Fuzzy matches and joins.

abeljohnson
6 - Meteoroid

Thanks for responding. But I don't see the Output Mode in the Options Tab. This is what I'm seeing - 

abeljohnson_1-1680267095237.png

 

 

abeljohnson
6 - Meteoroid

abeljohnson_2-1680267399656.png

 

Labels
Top Solution Authors