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

transpose multiple data stored in rows into columns

omar_velor
7 - Meteor

Hi all,

 

Currently learning Alteryx, and wondering how can I achieve the following task.

 

I have a table with some rows storing multiple data, separated by a space. 

 

IDCountryAgeHeightWeight
1UK1160 61 6270 71 72
2DE1263 64 6573 74 75
3FR1366 67 6876 77 78

 

How can I transpose the rows data into columns? I am trying the get the table below,

 

IDCountryAgeHeightWeight
1UK116070
1UK116171
1UK116272
2DE126373
2DE126474
2DE126575
3FR136676
3FR136777
3FR136878

 

I have a feeling this has been asked already, but cannot find the corresponding post. Please guide me to it if already exists.

1 REPLY 1
geraldo
13 - Pulsar

@omar_velor 

 

Here is an example workflow

geraldo_0-1684925702252.png

 

Labels
Top Solution Authors