Alteryx Designer Desktop Discussions

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

Cleansing data

Simon88
Átomo

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 RESPUESTAS 3
ShankerV
Cástor

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
Átomo

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
Cástor

Hi @Simon88 

 

One way of doing the above request, 

 

ShankerV_0-1685601250368.png

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

 

ShankerV_1-1685601265947.png

 

 

Many thanks

Shanker V

Etiquetas
Autores con mayor cantidad de soluciones