Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

copy from header

Raj_2
8 - Asteroid

Dear team,

 

Please help me how to create a work flow which can copy from header first row and create a second header by copying from first row <805> , <812>, <814> ,<815> ,<816> to next to <POSTID>

 

IDNameID1<805><812><814><815><816>
<DEFN>       
<EMPID> <POSTID>     

 

Thank you

3 REPLIES 3
afv2688
16 - Nebula
16 - Nebula

Hello @Raj_2 ,

 

I can't really understand what you are looking for. Could you set a small example for me to better understand it?

 

Anyways if you are looking to get the headers, the field info tool may be what you are looking for

 

Edit: Added an example for you to better understand it

 

Regards

Raj_2
8 - Asteroid

thank you, sorry if I didn't update it correctly, Below is the input and desired output

Hope this will help

 

Input       
DNameID1<805><812><814><815><816>
<DEFN>       
<EMPID> <POSTID>     
        
Desired Output       
DNameID1     
<DEFN>       
<EMPID> <POSTID><805><812><814><815><816>
afv2688
16 - Nebula
16 - Nebula

Hello @Raj_2 ,

 

Is this ok?

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Regards

Labels