Compares strings in a given column to values in a given dictionary and appends the best (fuzzy) matching dictionary entry. This can be helpful to transform random, possibly misspelled and heterogene input values to uniform output values. This is the generalized form of the "Country Code Mapping" component.
- Type: TableValues to fuzzy matchInput Table with a column of Strings to be cleaned/fuzzy matched with help of a dictionary.
- Type: TableDictionary TableDictionary Table: Lookup values to be fuzzy matched and "replacement" values to be appended.