We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

I would like to a cell value into rows, and also duplicate the rest of the columns

Manjari
8 - Asteroid

Hi All, 

Requesting help 🙂

I would like to a cell value into rows, and also duplicate the rest of the columns

I have a data set like the below, 

DataDessert 1Dessert 2Snack
#B;#117;#C;#120;#D;#123;#E;#36ChocolateIce creamMuffin

 

I would like the output to be like the below 

DataDessert 1Dessert 2Snack
BChocolateIce creamMuffin
CChocolateIce creamMuffin
DChocolateIce creamMuffin
EChocolateIce creamMuffin
3 REPLIES 3
Thableaus
17 - Castor
17 - Castor

Hi @Manjari 

 

Use the Text to Columns tool with the option to Split to Rows (and delmiter = 😉

 

Then clean your dataset with the way you want.


Cheers,

Thableaus
17 - Castor
17 - Castor

@Manjari 

 

Here's a worklow to do it (attached)

 

Cheers,

Manjari
8 - Asteroid

Thank you @Thableaus 

This worked like a charm. 🙂

Labels
Top Solution Authors