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

How to easy transpose the table to want form?

flying008
15 - Aurora

Dear all, hello !

 

this is import data.

 

RecordIDXML
1Retailer
2Order No.
3Invoice Number
4Contact Date
5Count
6Item Description Description
7CA123
812345
9147249
1020151221
1150
12[51423] 
13BB174
1447119B
15141149
1620151208
1750
18[73892] 5th Gen & Ipad Cover
19MN149
2047233A
21147209
2220151023
2350
24[378293] Xbox Controller

 

Below is my want result from transpose:

 

RetailerOrder No.Invoice NumberContact DateCountItem Description Description
CA123123451472492015122150[51423] 
BB17447119B1411492015120850[73892] 5th Gen & Ipad Cover
MN14947233A1472092015102350[378293] Xbox Controller

 

How can do this by a simple way to transpose? thank you !

3 REPLIES 3
SPetrie
13 - Pulsar

Are you able to use the XML parse tool before it gets to this point? That may be the easier route.

If not, assuming the headers and data are always in 6 columns, you could do it this way.

SPetrie_0-1650918698387.png

 

flying008
15 - Aurora

Hi,@SPetrie 

 

Actually it's not XML content. Thanks a lot for your answer, I also think of another solution.

 

录制_2022_04_26_08_48_23_960.gif

SPetrie
13 - Pulsar

I always forget about the tile tool. I like your solution better :)

Labels
Top Solution Authors