Skip to main content
Dependencies:
  • ProphecySparkAlteryxPython 0.0.7+
Cluster requirements:
  • UC dedicated clusters 14.3+ supported
  • UC standard clusters not supported
  • Livy clusters not supported
Use the FuzzyMatch gem to identify non-identical duplicates in your data.

Input and Output

Parameters

Configuration

Match Fields

Example

One common use case for the FuzzyMatch gem is to match similarly spelled names. This can be useful for identifying accidentally misspelled names.
  1. Create a FuzzyMatch gem and use the customer_id as the Record ID. Then, add a match field for the first_name column. FuzzyMatch names
  2. Run the gem and see that the output includes the Record IDs of the records with fuzzy matches. FuzzyMatch output
  3. Join the output with the original dataset to view the matched names. FuzzyMatch joined

Example code

To see the compiled code of your project, switch to the Code view in the project header.