I have a table with a column of data that shows strings of codes however the data is messy, rather than just being a list of codes, some of them have multiple codes, or have the word "and", some have other random text, some have commas, etc. The next column along beside these codes tells me what category these codes fall under.
I have a second table with a list of codes which are a clean list and have just one code in the cell and I need to obtain the category for each of them, but there are quite a few that can't be given a category because when I join them it's not finding a match between the list of clean codes and messy ones.
Ideally I want to Alteryx to take the string from the clean list, search through the entire column of the messy list and if it finds the code within any part of any row, returns the category, then moves to the next code, but I can't figure out how to do that.
Any ideas?