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.
SOLVED

New Rows after splitting up Cell Content

pohrt
8 - Asteroid

Hello all,

 

I have create a simple example of what I want to do:

 

1) this is the table I have

NameGenderAgeFood
JohnMale23APPLE#BREAD#COKE#ORANGE
MaryFemale45JUICE#SAUSAGE

 

2) I want to copy the rows based on the FOOD items (one food item in each row along with the other data in that Excel)

This is the result that I need

 

NameGenderAgeFood
JohnMale23APPLE
JohnMale23BREAD
JohnMale23COKE
JohnMale23ORANGE
MaryFemale45JUICE
MaryFemale45SAUSAGE

 

I tried a few things ("text to columns" then played around with "Multi-Row formula" and "Generate Rows" ... cannot be so hard but I am struggling ....

Thanks already,

Petra

4 REPLIES 4
T_Willins
14 - Magnetar
14 - Magnetar

Hi @pohrt 

 

You are on the right track with the Text to Columns tool.  After setting your delimiter use the Split to rows button.

Qiu
21 - Polaris
21 - Polaris

@pohrt 
Just a quick sample with same idea of @T_Willins 

0308-pohrt.PNG

pohrt
8 - Asteroid

OMG that simple .... THANK YOU so much.

(never used that option)

Qiu
21 - Polaris
21 - Polaris

@pohrt 
We all have been there.
Soon you will be an expert.😁

Labels
Top Solution Authors