Advent of Code is now back for a limited time only! Complete as many challenges as you can to earn those badges you may have missed in December. Learn more about how to participate here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Parse the first word out of a string

wonka1234
10 - Fireball

Hi,

 

I am having trouble parsing the first word out a string.

 

Ie 

 

Qualified - All fields - 11012021 - 11302021.zip
WPS Report (page 3) 11012021 - 11302021.zip

 

to become

 

Qualified
WPS
3 REPLIES 3
Felipe_Ribeir0
16 - Nebula

Hi @wonka1234 

 

You can use the formula getword([Field1], 0) to get the first word

 

Felipe_Ribeir0_0-1672508969748.png

 

Emmanuel_G
13 - Pulsar

Hi @wonka1234 

 

Find in attachement another way to do that using regex expression.

 

Emmanuel_G_0-1672515192231.png

 

Felipe_Ribeir0
16 - Nebula

Hi @wonka1234 

 

It worked?

Labels
Top Solution Authors