<?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: Data arrangement: multiple rows data in one row in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Data-arrangement-multiple-rows-data-in-one-row/m-p/2310243#M81385</link>
    <description>&lt;P&gt;Here is what you expect.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lv4i.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139579i16C18106465A4FBF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lv4i.png" alt="0683p000009Lv4i.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;tMap is used to autojoin the entry with itself (here represented by a tFixedFlowInput).&lt;/P&gt; 
&lt;P&gt;a tUniqRow is used on the main flow to&amp;nbsp;get only the 1st rw for a given contract_no.&lt;/P&gt; 
&lt;P&gt;Here is the tMap :&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LvEL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143466iE25A5D237F394148/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LvEL.png" alt="0683p000009LvEL.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;On the left side:&lt;/P&gt; 
&lt;P&gt;- use join model = Left Outer Join in case of only 1 row for a contract_no&lt;/P&gt; 
&lt;P&gt;- filter on the name to avoid the rows to be join with&amp;nbsp;themself&lt;/P&gt; 
&lt;P&gt;On the right side:&lt;/P&gt; 
&lt;P&gt;- in case of null value, replace by an empty string ("")&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jul 2017 13:29:50 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2017-07-04T13:29:50Z</dc:date>
    <item>
      <title>Data arrangement: multiple rows data in one row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-arrangement-multiple-rows-data-in-one-row/m-p/2310242#M81384</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my requirement&lt;/P&gt;
&lt;P&gt;INPUT FILE FORMAT&lt;/P&gt;
&lt;P&gt;CONTRACT_NO | NAME | DOB&lt;/P&gt;
&lt;P&gt;1 | JOHN | 01/01/2016&lt;/P&gt;
&lt;P&gt;1 | SMITH | 05/05/2016&lt;/P&gt;
&lt;P&gt;2 | JASON | 06/06/2016&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OUTPUT FILE FORMAT&lt;/P&gt;
&lt;P&gt;CONTRACT_NO | NAME1 | DOB1 | NAME2| DOB2&lt;/P&gt;
&lt;P&gt;1 | JOHN | 01/01/2016 | SMITH | 05/05/2016&lt;/P&gt;
&lt;P&gt;2 | JASON | 06/06/2016 | |&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Merge the data with same contract_no into one row&lt;/P&gt;
&lt;P&gt;Please let me know which components can be used to achieve the desired output.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2017 08:45:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-arrangement-multiple-rows-data-in-one-row/m-p/2310242#M81384</guid>
      <dc:creator>vidya821</dc:creator>
      <dc:date>2017-07-04T08:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Data arrangement: multiple rows data in one row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-arrangement-multiple-rows-data-in-one-row/m-p/2310243#M81385</link>
      <description>&lt;P&gt;Here is what you expect.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lv4i.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139579i16C18106465A4FBF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lv4i.png" alt="0683p000009Lv4i.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;tMap is used to autojoin the entry with itself (here represented by a tFixedFlowInput).&lt;/P&gt; 
&lt;P&gt;a tUniqRow is used on the main flow to&amp;nbsp;get only the 1st rw for a given contract_no.&lt;/P&gt; 
&lt;P&gt;Here is the tMap :&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LvEL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143466iE25A5D237F394148/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LvEL.png" alt="0683p000009LvEL.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;On the left side:&lt;/P&gt; 
&lt;P&gt;- use join model = Left Outer Join in case of only 1 row for a contract_no&lt;/P&gt; 
&lt;P&gt;- filter on the name to avoid the rows to be join with&amp;nbsp;themself&lt;/P&gt; 
&lt;P&gt;On the right side:&lt;/P&gt; 
&lt;P&gt;- in case of null value, replace by an empty string ("")&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2017 13:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-arrangement-multiple-rows-data-in-one-row/m-p/2310243#M81385</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-07-04T13:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Data arrangement: multiple rows data in one row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-arrangement-multiple-rows-data-in-one-row/m-p/2310244#M81386</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Thanks for solution.&lt;BR /&gt;I want to link delimited file as input to tUniqRow&lt;BR /&gt;but getting a warning on the tInputDelimited as This component shud have input links&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LrbV"&gt;warning.png&lt;/A&gt;</description>
      <pubDate>Wed, 05 Jul 2017 09:52:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-arrangement-multiple-rows-data-in-one-row/m-p/2310244#M81386</guid>
      <dc:creator>vidya821</dc:creator>
      <dc:date>2017-07-05T09:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Data arrangement: multiple rows data in one row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-arrangement-multiple-rows-data-in-one-row/m-p/2310245#M81387</link>
      <description>Sorry i entered wrong component as input component..my mistake</description>
      <pubDate>Wed, 05 Jul 2017 09:58:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-arrangement-multiple-rows-data-in-one-row/m-p/2310245#M81387</guid>
      <dc:creator>vidya821</dc:creator>
      <dc:date>2017-07-05T09:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Data arrangement: multiple rows data in one row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-arrangement-multiple-rows-data-in-one-row/m-p/2310246#M81388</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt; 
&lt;P&gt;I want to add another approach of getting a solution for this problem&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="2017-07-05 11_42_31-Talend Data Fabric (6.3.1.20161216_1026) _ BigDataDemo (Connection_ Local).png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LvLa.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154278i6A95B9C07DDAA829/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LvLa.png" alt="0683p000009LvLa.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2017-07-05 11_42_58-Talend Data Fabric (6.3.1.20161216_1026) _ BigDataDemo (Connection_ Local).png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuxF.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149826iE60F6A92BD82026D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuxF.png" alt="0683p000009LuxF.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2017-07-05 11_43_09-Talend Data Fabric (6.3.1.20161216_1026) _ BigDataDemo (Connection_ Local).png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lufc.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151892iB1EDA06B43201400/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lufc.png" alt="0683p000009Lufc.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2017-07-05 11_43_22-Talend Data Fabric (6.3.1.20161216_1026) _ BigDataDemo (Connection_ Local).png" style="width: 450px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LvLp.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142156i49CF14DA7580AA63/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LvLp.png" alt="0683p000009LvLp.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 19:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-arrangement-multiple-rows-data-in-one-row/m-p/2310246#M81388</guid>
      <dc:creator>Bluemoon</dc:creator>
      <dc:date>2017-07-05T19:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Data arrangement: multiple rows data in one row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-arrangement-multiple-rows-data-in-one-row/m-p/2310247#M81389</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Thanks for posting your another approach on forum.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 04:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-arrangement-multiple-rows-data-in-one-row/m-p/2310247#M81389</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-06T04:30:56Z</dc:date>
    </item>
  </channel>
</rss>

