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.
SOLVED

Cleansing data

Simon88
5 - Atom

Hi there, 

 

 

I am trying to clean data and filter data that contains one word "W". Please have a look at sample data. Please help me with that. 

 

Thanks, Simon 

 

 

 

 

 

3 REPLIES 3
ShankerV
17 - Castor

Hi @Simon88 

 

One way of doing this.

 

Output in the T node:

 

ShankerV_0-1685598914827.png

 

 

Output in the F node:

 

ShankerV_1-1685598934195.png

 

 

Input was:

 

ShankerV_2-1685598951631.png

 

 

Logic applied:

 

ShankerV_0-1685599040153.png

 

REGEX_Match([Words], ".+\sW\s.+")

 

Many thanks

Shanker V

Simon88
5 - Atom

Thanks and if I wanted to split the text before "W" and after "W". How can i do that. Can you please help me with that? 

ShankerV
17 - Castor

Hi @Simon88 

 

One way of doing the above request, 

 

ShankerV_0-1685601250368.png

(.+)\sW\s(.+)

 

ShankerV_1-1685601265947.png

 

 

Many thanks

Shanker V

Labels