This node matches a set of string columns against a reference table and appends an identifying column (the ID column) of the closest match to the original table. The individual columns are compared with their counterparts in the reference table using the Levenshtein Distance and can be weighted.
Please note that at least 2 columns need to be selected.
- Type: TableInput TableThe table with the addresses to be matched against the reference table.
- Type: TableReference TableThe table with the reference addresses.