Free Trial

Alteryx Designer Desktop Discussions

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

Splitting a text field

itskimharris
5 - Atom

Hi, 

 

I'm attempting to split a text field into two. While the split function is working, I want to remove the portion that I no longer need.

 

For example:
I want to split an email: myname@google.com and yourname@alteryx.com
I want the results to display only the portion following the "@" character (i.e. "google.com" and "alteryx.com").
I don't need the "myname" and "yourname" portions.

 

How can I achieve this?

 

Note: I'm okay if these split into two separate column fields (so that I can select the column I want). Currently, the output is populating under the same column.

3 REPLIES 3
Jonathan-Sherman
15 - Aurora
15 - Aurora

Hi @itskimharris,

 

You could achieve this with a text to columns tool using the standard configuration whilst changing the delimieter to an @ symbol.

 

Kind regards,

Jonathan

messi007
15 - Aurora
15 - Aurora

@itskimharris,

 

Please see below :

 

messi007_0-1657554426654.png

 

Attached the workflow,

Regrads,

minhdvo
7 - Meteor

I used 'Text to Column' to split a text column into multiple column.

Labels
Top Solution Authors