Hello Alteryx community,
I am trying to achieve Near/Partial match of two columns from different files as shown below
File 1 :
| Name |
| ABC |
| ABC ccd |
xyz abc |
abc, new |
File 2:
Output (Insert a new column in File2) :
| Name | SuggestedName(from file1) |
| abc | ABC |
| xyz | xyz abc |
| abc, newly | abc, new |
Please guide me to achieve this Partial match/ Near match/Best match.
Thanks in advance