Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

search multiple texts in a field and then return multiple searched results in a new column

SD9126
7 - Meteor

I have a dataset which has 2 columns: Title, Description. I have a list of keywords which needs to be searched in both fields and then return those searched texts in a new column. If it finds multiple keywords in a single cell then in new column both searched texts should be combined. Please refer to the example below:

 

Data Structure:

TitleDescription
Video GamePC Game, Mobile Game
OutdoorCricket
Board Games

Carrom Board, Dart

 

Keywords:

Game
Video
Cricket
Board

 

The output result should be:

Data Structure:

TitleDescriptionSearched Keywords
Video GamePC Game, Mobile GameGame, Video
OutdoorCricketCricket
Board Games

Carrom Board, Dart

Game, Board

2 REPLIES 2
atcodedog05
22 - Nova
22 - Nova

Hi @SD9126 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1644576235155.png

 

Hope this helps : )

 

binuacs
20 - Arcturus

@SD9126  Another option using Find and Replace tool

 

binuacs_0-1644579124883.png

 

Labels