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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
SJam2
Contributor
Contributor

Requirement to transpose rows to columns but pivot column value has distinct values

I have a requirement to transpose the data in a table as below:

Input:

Ticket_number object field_name field_value

1 Sales Birthdate 9999-12-31

1 Sales Birthdate 9999-12-03

1 Custom address India-hyd

1 Custom address India-chennai

Output:pipe delimited file

Ticket_number|object|birthdate|address

1|sales | 9999-12-31|

1|sales|9999-12-03|

1|Custom||India-hyd

1|Custom||India-chennai

Please help me with the solution on this

Labels (3)
1 Reply
Anonymous
Not applicable

Hello,

Please feel free to let us know if this KB article helps for your case.

https://community.talend.com/s/article/Converting-rows-to-columns-Jewx3

Best regards

Sabrina