Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
kvinoth19991
Contributor III
Contributor III

How to handle CSV file with multiple headers

Hi Team ,

I'm having a csv with 2 headers , I need to group first header and change the second header to row like below example

Sample :

Input file with 2 headers :

0695b00000cgoWcAAI.png 

Expected Output :

0695b00000cgoX1AAI.png 

How can i achieve it ? i tried transpose and pivot options in Talend & also in SQL. 

Thanks in advance .

Regards,

Vinoth Kumar K.

Labels (7)
1 Reply
David_Beaty
Specialist
Specialist

I think you might find theres a tUnpivot component on Talend Marketplace that does this

 

Thanks

 

David