Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Community is experiencing an influx of spam. As we work toward a solution, please use the 'Notify Moderator' option on the ellipsis menu to flag inappropriate posts.

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