Hello,
I am attempting to use Alteryx to merge a customer file with an internal file such that I have one line per product shipment that has both the customer information and our internal information.
I've found that the only way to join the files is to create a Concat of the Purchase Order (PO) and PO Position/Item in each file and then join off this new column "Concat PO". Unfortunately, the customer file leaves the purchase order (PO) prefix off the PO number but our ERP shipment history file includes the prefix. When I do a normal join off the Concat PO the result is no matches. I've tried to utilize the fuzzy match tool but that requires just one file as input. Attached are made up examples of the two files I'm trying to merge, is it possible to join files based specific columns such that 628000227083000001 is matched with 227083000001? Maybe a formula that says if the last 12 numbers in the string match then join the two files? Or do I need to prep the customer file and create a new column that adds the prefix, which wouldn't be ideal because determining the prefix each time adds time 🙂
Thank you!
Patrick