Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Splitting Column

nwatzlaf
8 - Asteroid

Hi there,

 

I have an Excel input that contains a member name and email all in one field. I am first trying to create a new column when the workflow hits the "<" character. 

 

Last Name, First Name  <Email

 

Then I am trying to re-write the name text as simply First Name Last Name.

I would love to create a workflow that has two distinct columns seen below.

 

Member Name                          Member Email

First Name Last Name              Email 

 

Any assistance is greatly appreciated.

 

Thanks!

Natalia

4 REPLIES 4
Luke_C
17 - Castor
17 - Castor

Hi @nwatzlaf 

 

Have you checked out the text to columns tool? You should be able to put < as the delimiter and have it split into 2 columns.

geraldo
13 - Pulsar

@nwatzlaf 

 

An Workflow example

nwatzlaf
8 - Asteroid

Hi @Luke_C 

 

After continued fumblings with text to columns I got that to work. Thanks!! That was my primary goal of the workflow. Adjusting the name would have been a bonus.

 

Thank you for your time,

Natalia

nagakavyasri
12 - Quasar

@nwatzlaf Try this:

 

Screenshot 2023-05-16 140841.png

Labels
Top Solution Authors