Good Morning!
I'm having a brain freeze trying to join some data. Essentially, I have a concatenate that I was using as a unique ID, but I found a handful of instances where my data in the concatenates can change from year to year. So, my join created additional rows for those instances, but I need them on a single row. My example is below, and I was wondering if anyone could think of a way I could join this outlier data. I thought about trying to sort and then have alteryx create a unique id and join on that, but I'm not sure what the best approaches would be. Could I use Fuzzy Match?
| Data Stream 1 (Left Join) | |
| | | | |
| Year | Client # | Name | Concatenate |
| 2018 | 1 | John Doe | 1John Doe |
| | | | |
| Data Stream 2 (Right Join) | |
| | | | |
| Year | Client # (Number has changed for X Reason, but the data is related to left join) | Name | Concatenate |
| 2019 | 2 | John Doe | 2John Doe |