Fuzzy Match Operation

Here is the 'Fuzzy Match' operation for string type transformation

Fuzzy Match

Use approximate string matching to match the input string values in the column with the values in another column. Choose the algorithm to use for matching -

  • Levenshtein

  • Soundex

Last updated