<?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: Duplicate records in specific format in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-in-specific-format/m-p/2222782#M16247</link>
    <description>Use tSplitRow to create a row for each phone number with the same Id.
&lt;BR /&gt;Then tFilterRow to reject null phone numbers for these new rows.
&lt;BR /&gt;Got it?</description>
    <pubDate>Sun, 04 Nov 2018 11:51:21 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2018-11-04T11:51:21Z</dc:date>
    <item>
      <title>Duplicate records in specific format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-in-specific-format/m-p/2222781#M16246</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have below requirement. I am trying to save result from one table to another table.&lt;/P&gt;
&lt;P&gt;Source:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Id,Name,HomePhone,MobilePhone&lt;/P&gt;
&lt;P&gt;1,john,111111111,222222222&lt;/P&gt;
&lt;P&gt;2,Mike,,444444444&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Target:&lt;/P&gt;
&lt;P&gt;Id,Name,Phone&lt;/P&gt;
&lt;P&gt;1,john,111111111&lt;/P&gt;
&lt;P&gt;1,john,222222222&lt;/P&gt;
&lt;P&gt;2,mike,&lt;SPAN&gt;444444444&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;How can I achieve this in Talend, I am using subscription version of Talend 7.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Nov 2018 11:28:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-in-specific-format/m-p/2222781#M16246</guid>
      <dc:creator>Vishu1</dc:creator>
      <dc:date>2018-11-04T11:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate records in specific format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-in-specific-format/m-p/2222782#M16247</link>
      <description>Use tSplitRow to create a row for each phone number with the same Id.
&lt;BR /&gt;Then tFilterRow to reject null phone numbers for these new rows.
&lt;BR /&gt;Got it?</description>
      <pubDate>Sun, 04 Nov 2018 11:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-in-specific-format/m-p/2222782#M16247</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-11-04T11:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate records in specific format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-in-specific-format/m-p/2222783#M16248</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;&amp;nbsp;Thanks, I will try your solution.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I tried below way which is giving the expected output, but I think I am using more component and which can be done using fewer.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&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/0683p000009Lu8H"&gt;map.PNG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LuBe"&gt;splitrows.PNG&lt;/A&gt;</description>
      <pubDate>Sun, 04 Nov 2018 11:56:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-in-specific-format/m-p/2222783#M16248</guid>
      <dc:creator>Vishu1</dc:creator>
      <dc:date>2018-11-04T11:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate records in specific format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-in-specific-format/m-p/2222784#M16249</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;&amp;nbsp;Thanks, tSplitRow worked for me.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Nov 2018 12:06:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-in-specific-format/m-p/2222784#M16249</guid>
      <dc:creator>Vishu1</dc:creator>
      <dc:date>2018-11-04T12:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate records in specific format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-in-specific-format/m-p/2222785#M16250</link>
      <description>Great!&lt;BR /&gt;You're welcome</description>
      <pubDate>Sun, 04 Nov 2018 12:34:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-in-specific-format/m-p/2222785#M16250</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-11-04T12:34:03Z</dc:date>
    </item>
  </channel>
</rss>

