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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

mapping for following scenario

 There is a source table containing 2 columns Col1 and Col2 with data as follows:

    Col1       Col2
    ——        ——

     a              l
     b             p
     a             m
     a             n
     b             q
     x          y

    Design a mapping to load a target table with following values from the above mentioned source:

    Col1       Col2

    ——        ——
      a            l, m, n
      b            p, q
      x            y

Labels (2)
1 Reply
TRF
Champion II
Champion II

Hi,

tDenormalize is what you need for such a case.

0683p000009Lrqo.png