<?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: Merge rows (cross join) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Merge-rows-cross-join/m-p/2320458#M90597</link>
    <description>Hi , 
&lt;BR /&gt;tDenormalize component Link: 
&lt;A href="http://www.vikramtakkar.com/2013/01/understanding-tnormalize-and.html" rel="nofollow noopener noreferrer"&gt;http://www.vikramtakkar.com/2013/01/understanding-tnormalize-and.html&lt;/A&gt; 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;kumar</description>
    <pubDate>Thu, 08 May 2014 12:34:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-05-08T12:34:30Z</dc:date>
    <item>
      <title>Merge rows (cross join)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merge-rows-cross-join/m-p/2320455#M90594</link>
      <description>Hello,&lt;BR /&gt;I have the following rows in a file:&lt;BR /&gt;Ultrahouse|41|40|1&lt;BR /&gt;Megahouse|42|41|2&lt;BR /&gt;Superhouse|43|42|3&lt;BR /&gt;House|44|43|4&lt;BR /&gt;Now i want to use Talend to merge the 4 rows into one like this:&lt;BR /&gt;Ultrahouse&amp;gt;Megahouse&amp;gt;Superhouse&amp;gt;House&lt;BR /&gt;Thanks&lt;BR /&gt;Mr Marui Lamakamapa&lt;BR /&gt;Head of Talend Integration</description>
      <pubDate>Thu, 08 May 2014 11:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merge-rows-cross-join/m-p/2320455#M90594</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-05-08T11:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Merge rows (cross join)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merge-rows-cross-join/m-p/2320456#M90595</link>
      <description>Use tMemorizeRows component... 
&lt;BR /&gt;tFileInputDelimited--&amp;gt;tMemorizeRows--&amp;gt;tJavaRow--&amp;gt;tfileoutDelimited 
&lt;BR /&gt;Refer to post - 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCnm6CAC" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/How-to-pick-up-value-of-one-column-where-another-columns-value/td-p/90483&lt;/A&gt; which has similar logic but for different purpose. 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Thu, 08 May 2014 11:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merge-rows-cross-join/m-p/2320456#M90595</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-08T11:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Merge rows (cross join)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merge-rows-cross-join/m-p/2320457#M90596</link>
      <description>Hi ,&lt;BR /&gt;Use tDenormalize component.&lt;BR /&gt;Thanks,&lt;BR /&gt;aishu</description>
      <pubDate>Thu, 08 May 2014 12:29:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merge-rows-cross-join/m-p/2320457#M90596</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-08T12:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Merge rows (cross join)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merge-rows-cross-join/m-p/2320458#M90597</link>
      <description>Hi , 
&lt;BR /&gt;tDenormalize component Link: 
&lt;A href="http://www.vikramtakkar.com/2013/01/understanding-tnormalize-and.html" rel="nofollow noopener noreferrer"&gt;http://www.vikramtakkar.com/2013/01/understanding-tnormalize-and.html&lt;/A&gt; 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;kumar</description>
      <pubDate>Thu, 08 May 2014 12:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merge-rows-cross-join/m-p/2320458#M90597</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-08T12:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Merge rows (cross join)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merge-rows-cross-join/m-p/2320459#M90598</link>
      <description>Unfortunaletyl I dont work with tDenormalize it seems the cross join dont work.
&lt;BR /&gt;With memorize row I tried but it doesnt work.
&lt;BR /&gt;Mr Marui Lamakamapa</description>
      <pubDate>Thu, 08 May 2014 12:55:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merge-rows-cross-join/m-p/2320459#M90598</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-05-08T12:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Merge rows (cross join)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merge-rows-cross-join/m-p/2320460#M90599</link>
      <description>tMemorizeWorks, you will have to do some tweaking... check the screenshot, used following expression in tjavarow with first column to memorize for 4 times. 
&lt;BR /&gt;output_row.a = a_tMemorizeRows_1+"&amp;gt;"+a_tMemorizeRows_1+"&amp;gt;"+a_tMemorizeRows_1+"&amp;gt;"+a_tMemorizeRows_1; 
&lt;BR /&gt;Vaibhav 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDCD.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146379i83016D4FC7EC4C80/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDCD.jpg" alt="0683p000009MDCD.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 08 May 2014 13:17:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merge-rows-cross-join/m-p/2320460#M90599</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-08T13:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Merge rows (cross join)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merge-rows-cross-join/m-p/2320461#M90600</link>
      <description>Now I realize solution
&lt;BR /&gt;Thanks to sanvaibhav I was able to do with tMemorice
&lt;BR /&gt;Thank you alot sanvaibhav
&lt;BR /&gt;Well support in this forum!
&lt;BR /&gt;Mr Marui Lamakamapa</description>
      <pubDate>Thu, 08 May 2014 14:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merge-rows-cross-join/m-p/2320461#M90600</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-05-08T14:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Merge rows (cross join)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merge-rows-cross-join/m-p/2320462#M90601</link>
      <description>create a job like below 
&lt;BR /&gt;read yourinput-----main--&amp;gt;tDenormalize----main---youroutput 
&lt;BR /&gt;now you have to do some changes in tDenormalize components schema take only one column as above your first column for de-normalization. 
&lt;BR /&gt;and map only column to your out put it will give you expected result i have just tested with your given input. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009ME7M.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139238iAE287015DC6275AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009ME7M.png" alt="0683p000009ME7M.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDqb.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128822iB94E3D250A45BAF3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDqb.png" alt="0683p000009MDqb.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 08 May 2014 14:15:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merge-rows-cross-join/m-p/2320462#M90601</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-08T14:15:34Z</dc:date>
    </item>
  </channel>
</rss>

