<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Transpose Column value into Rows in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Transpose-Column-value-into-Rows/m-p/2304325#M76114</link>
    <description>&lt;P&gt;tDenormalize will build one output row for each key value or key group in the input, regardless of the order of the rows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;tDenormalizeSortedRow builds a new output group each time the key value or key group in the input changes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's easier to understand with a visual.&lt;/P&gt;
&lt;P&gt;INPUT:&lt;/P&gt;
&lt;PRE&gt;1|Seg_1
2|Seg_2
2|Seg_3
2|Seg_1
1|Seg_2
3|Seg_3
3|Seg_1
3|Seg_2
1|Seg_3&lt;/PRE&gt;
&lt;P&gt;tDenormalize&lt;/P&gt;
&lt;PRE&gt;1|Seg_1;Seg_2;Seg_3
2|Seg_2;Seg_3;Seg_1
3|Seg_3;Seg_1;Seg_2&lt;/PRE&gt;
&lt;P&gt;tDenormalizeSortedRow&lt;/P&gt;
&lt;PRE&gt;1|Seg_1
2|Seg_2;Seg_3;Seg_1
1|Seg_2
3|Seg_3;Seg_1;Seg_2
1|Seg_3&lt;/PRE&gt;
&lt;P&gt;The sorted version can be faster and less memory intensive under the right circumstances. &amp;nbsp;There may also be situations where you need to rely on the order of the input rows to group records.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Aug 2017 17:02:43 GMT</pubDate>
    <dc:creator>cterenzi</dc:creator>
    <dc:date>2017-08-17T17:02:43Z</dc:date>
    <item>
      <title>Transpose Column value into Rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transpose-Column-value-into-Rows/m-p/2304321#M76110</link>
      <description>Team, I have a input like below, Input Data : ID|Name 1|Ram 1|Raj 1|Sam 2|Sham 2|Subbu 3|Ramar 3|Umar 4|Peter Output Required : 1RamRajSam 2ShamSubbu 3RamarUmar 4Peter Please note that the "ID" column count will vary. Please let me know the best suitable approach for the same.</description>
      <pubDate>Thu, 17 Aug 2017 12:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transpose-Column-value-into-Rows/m-p/2304321#M76110</guid>
      <dc:creator>rajesh90</dc:creator>
      <dc:date>2017-08-17T12:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose Column value into Rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transpose-Column-value-into-Rows/m-p/2304322#M76111</link>
      <description>&lt;P&gt;Perhaps this can help you?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="the result" style="width: 801px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LvNw.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128310i5564B5E52A0941A0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LvNw.png" alt="0683p000009LvNw.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;the result&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Incoming data" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LvtJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154245i673DC94424F54620/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LvtJ.png" alt="0683p000009LvtJ.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Incoming data&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tExtractDelimitedFields Configuration" style="width: 788px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LvtS.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155726i78EB7E2041B2410F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LvtS.png" alt="0683p000009LvtS.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;tExtractDelimitedFields Configuration&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tDenormalize Configuration" style="width: 730px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LvMM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154031i8CFA21D586826E5A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LvMM.png" alt="0683p000009LvMM.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;tDenormalize Configuration&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Schemas, NOTE the key!" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LvtX.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130384iAC8928A5B186C5FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LvtX.png" alt="0683p000009LvtX.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Schemas, NOTE the key!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 13:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transpose-Column-value-into-Rows/m-p/2304322#M76111</guid>
      <dc:creator>Aukema</dc:creator>
      <dc:date>2017-08-17T13:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose Column value into Rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transpose-Column-value-into-Rows/m-p/2304323#M76112</link>
      <description>Perfectly working! Thanks!!</description>
      <pubDate>Thu, 17 Aug 2017 14:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transpose-Column-value-into-Rows/m-p/2304323#M76112</guid>
      <dc:creator>rajesh90</dc:creator>
      <dc:date>2017-08-17T14:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose Column value into Rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transpose-Column-value-into-Rows/m-p/2304324#M76113</link>
      <description>Quick check what is the difference between the tdenormalize n tdenormalizesortedrow?</description>
      <pubDate>Thu, 17 Aug 2017 14:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transpose-Column-value-into-Rows/m-p/2304324#M76113</guid>
      <dc:creator>rajesh90</dc:creator>
      <dc:date>2017-08-17T14:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose Column value into Rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transpose-Column-value-into-Rows/m-p/2304325#M76114</link>
      <description>&lt;P&gt;tDenormalize will build one output row for each key value or key group in the input, regardless of the order of the rows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;tDenormalizeSortedRow builds a new output group each time the key value or key group in the input changes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's easier to understand with a visual.&lt;/P&gt;
&lt;P&gt;INPUT:&lt;/P&gt;
&lt;PRE&gt;1|Seg_1
2|Seg_2
2|Seg_3
2|Seg_1
1|Seg_2
3|Seg_3
3|Seg_1
3|Seg_2
1|Seg_3&lt;/PRE&gt;
&lt;P&gt;tDenormalize&lt;/P&gt;
&lt;PRE&gt;1|Seg_1;Seg_2;Seg_3
2|Seg_2;Seg_3;Seg_1
3|Seg_3;Seg_1;Seg_2&lt;/PRE&gt;
&lt;P&gt;tDenormalizeSortedRow&lt;/P&gt;
&lt;PRE&gt;1|Seg_1
2|Seg_2;Seg_3;Seg_1
1|Seg_2
3|Seg_3;Seg_1;Seg_2
1|Seg_3&lt;/PRE&gt;
&lt;P&gt;The sorted version can be faster and less memory intensive under the right circumstances. &amp;nbsp;There may also be situations where you need to rely on the order of the input rows to group records.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 17:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transpose-Column-value-into-Rows/m-p/2304325#M76114</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-08-17T17:02:43Z</dc:date>
    </item>
  </channel>
</rss>

