Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Multiple headers for one record

akvsachin
8 - Asteroid

Suppose headers as

| collection_id | collection_name | workflowid_1 | worflow_2 | ... workflowid_255 |

| id1 | xyz | null | 56asd78af | 89afusd | 89asdc | null | ....| null |

| id2 | ghi | 89vad | null | null |... | null |

| id3 | bhu | 98uzvdvu | null | null | ... | null |

 

I need the records as

| id1 | xyz | 56asd78af |

| id1 | xyz | 89afusd |

| id1 | xyz | 89asdc |

| id2 | ghi | 89vad |

| id3 | bhu | 98uzvdvu |

Can anyone please help me with this

2 REPLIES 2
binuacs
21 - Polaris

@akvsachin can you provide a proper delimited test file?

CoG
14 - Magnetar

I'm not sure I understand your exact input structure and output, but the Transpose Tool is all that you need to achieve the general format, then the Filter Tool to remove nulls.

 

Screenshot.png

 

Hope this helps and Happy Solving!

Labels
Top Solution Authors