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

skip empty rows in different columns

i_m_AB
6 - Meteoroid

Hey everyone, I have input in below format.

 

Column 1Column 2Column 3Column 4Column 5Column 6Column 7Column 8Column 9
a1        
 b1       
  c1d1e1f1g1h1i1
a2        
 b2       
  c2d2e2f2g2h2i2
         
a3        

 

I am hoping for output in below format

Column 1Column 2Column 3Column 4Column 5Column 6Column 7Column 8Column 9
a1b1c1d1e1f1g1h1i1
a2b2c2d2e2f2g2h2i2
a3b3c3d3e3f3g3h3i3
         

 

I would really appreciate any guidance in correcting format of the data alignment. Thank you in advance!

2 REPLIES 2
binuacs
21 - Polaris

@i_m_AB One way of doing this

 

binuacs_0-1654668540516.png

 

ddiesel
13 - Pulsar
13 - Pulsar

Hi @i_m_AB!

 

Here's another way:

Capture.JPG

Hope this helps!

 

Thanks,
Deb

Labels
Top Solution Authors