SOLVED
Find multiple values in string
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
SagarGite
7 - Meteor
‎12-14-2021
05:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello team,
Looking for the workflow or tool which can perform recursive search (expecting exact match) in input 2 for the values present in Input1 and Append them with records as shown in expected output.
Please see attached file for Input1, Input2 and Expected output.
Thanks in advance
Solved! Go to Solution.
Labels:
- Labels:
- Workflow
1 REPLY 1
LukeG
Alteryx Alumni (Retired)
‎12-14-2021
06:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Here is an example that appends each of the search words to the text. If the word is found in that text string, the record is kept in the data set and we aggregate the data back together to return your desired output.
Please let me know if you have any questions.
Best Regards,
Luke
