Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Keyword search for multiple words

CRogers22
8 - Asteroid

Hello Everyone,

 

I'm trying to create a column and pull out keywords that match the "Text" from the input data.

 

Example:

CaseText
K-283643I cant complete this case due to incorrect dates.
K-836283The case review has been complete with 3 fails.

 

the Keywords

 

Keywords
cant
incorrect
fails

 

I'm hoping to create an out put that does the following.

 

CaseTextKeyword(s) Matched
K-283643I cant complete this case due to incorrect dates.cant, incorrect
K-836283The case review has been complete with 3 fails.Fails

 

 

Also if there is any possible way to highlight the keyword in the "Text" Column.

 

 

Thank you in advance for any help.

 

 

 

4 REPLIES 4
ChrisTX
16 - Nebula
16 - Nebula

For your Text column: try the Text to Columns tool, and choose the option to split the words to separate rows.  Then use a Join tool.

 

Check out the workflow attached to this similar post:  https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Match-short-phrases-with-long-...

 

Chris

Raj
16 - Nebula

@CRogers22 
one way of doing this 
mark done if solved.

Qiu
21 - Polaris
21 - Polaris

@CRogers22 
Just play around with the tools.

0827-CRogers22.png

CRogers22
8 - Asteroid

Thank you all for the time!

Labels
Top Solution Authors