Dependencies & cluster requirements
Dependencies & cluster requirements
Dependencies:
- ProphecySparkAlteryxPython 0.0.7+
- UC dedicated clusters 14.3+ supported
- UC standard clusters not supported
- Livy clusters not supported
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.-
Create a FuzzyMatch gem and use the customer_id as the Record ID. Then, add a match field for the first_name column.

-
Run the gem and see that the output includes the Record IDs of the records with fuzzy matches.

-
Join the output with the original dataset to view the matched names.


