Good day,
How do we parse through a string of email address and identify that one of the email addresses would be in a list?
Sample Data
Reference Column
I believe that the "Find Replace" tool will work perfectly for this using the "Any Part of Field" option selected as well as Case Insensitive Find box checked potentially.
Hi @markbanlawe
It is possible to achieve the solution in 1 tool.
One way of doing this,
Hi, @markbanlawe
Please see the below.
Please mark it as an acceptable solution if it works for you. Cheers.
@markbanlawe One way of doing this:
Use a Text-to-Column tool, split to Rows, using Delimiter = semi-colon
Then use a Join tool, and join to your Reference column.
Chris
thank you for the suggestion
@BS_THE_ANALYST the last row of the output did not match the needed item
@markbanlawe correct! My solution shows you every e-mail from the Sample Data that is featured in the Reference Column.