<?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 based on the input number in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-based-on-the-input-number/m-p/2332924#M101757</link>
    <description>&lt;P&gt;Hi @Xiaodi Shi​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the suggestion and it worked but when am storing the data in file only the last record is getting saved&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you suggest what I can do ? Should I use the append option in the excel output&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;lmit&lt;/P&gt;</description>
    <pubDate>Tue, 15 Nov 2022 18:55:12 GMT</pubDate>
    <dc:creator>lmit</dc:creator>
    <dc:date>2022-11-15T18:55:12Z</dc:date>
    <item>
      <title>Duplicate records based on the input number</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-based-on-the-input-number/m-p/2332922#M101755</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;col1;col2;col3&lt;/P&gt;&lt;P&gt;1;a;2&lt;/P&gt;&lt;P&gt;2;b;3&lt;/P&gt;&lt;P&gt;3;c;1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the records should be generated based on the col3 , if like col3 have 2 then the records should be 2 my output should like below&lt;/P&gt;&lt;P&gt;col1;col2;col3&lt;/P&gt;&lt;P&gt;1;a;1&lt;/P&gt;&lt;P&gt;1;a;2&lt;/P&gt;&lt;P&gt;2;b;1&lt;/P&gt;&lt;P&gt;2;b;2&lt;/P&gt;&lt;P&gt;2;b;3&lt;/P&gt;&lt;P&gt;3;c;1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestions would be really appreciated &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;lmit&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 08:47:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-based-on-the-input-number/m-p/2332922#M101755</guid>
      <dc:creator>lmit</dc:creator>
      <dc:date>2022-11-15T08:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate records based on the input number</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-based-on-the-input-number/m-p/2332923#M101756</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You could use tLoop to output the same line several times base on the 'col3' field. The job looks like: &lt;/P&gt;&lt;P&gt;Input--tFlowToIterate--iterate--&amp;gt;tLoop--iterate--&amp;gt;tFixedFlowInput--main--tLogRow &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on tLoop, set the To parameter as: (Integer)globalMap.get("row1.col3") &lt;/P&gt;&lt;P&gt;Please have a look at my screenshots for details.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Z1ZTPAA3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152513iEDDDF2387EDDD3BE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Z1ZTPAA3.png" alt="0695b00000Z1ZTPAA3.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Z1ZTKAA3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132940i0015FE72F9563D27/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Z1ZTKAA3.png" alt="0695b00000Z1ZTKAA3.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Z1ZTFAA3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128009i7D2D1D470F609571/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Z1ZTFAA3.png" alt="0695b00000Z1ZTFAA3.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 10:33:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-based-on-the-input-number/m-p/2332923#M101756</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-15T10:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate records based on the input number</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-based-on-the-input-number/m-p/2332924#M101757</link>
      <description>&lt;P&gt;Hi @Xiaodi Shi​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the suggestion and it worked but when am storing the data in file only the last record is getting saved&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you suggest what I can do ? Should I use the append option in the excel output&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;lmit&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 18:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-based-on-the-input-number/m-p/2332924#M101757</guid>
      <dc:creator>lmit</dc:creator>
      <dc:date>2022-11-15T18:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate records based on the input number</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-based-on-the-input-number/m-p/2332925#M101758</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any suggestions would really appreciate &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;lmit&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 02:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-based-on-the-input-number/m-p/2332925#M101758</guid>
      <dc:creator>lmit</dc:creator>
      <dc:date>2022-11-16T02:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate records based on the input number</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-based-on-the-input-number/m-p/2332926#M101759</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Please check out "Append" option in the excel output component.&lt;/P&gt;&lt;P&gt;Note: Due to "Append" is written to cache, so if your inserted data is very huge, the job could get out Of memory exception.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 03:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-based-on-the-input-number/m-p/2332926#M101759</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-16T03:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate records based on the input number</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-based-on-the-input-number/m-p/2332927#M101760</link>
      <description>&lt;P&gt;Thanks @Xiaodi Shi​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yes append is giving out of memory error as I have huge data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any other alternative??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;lmit&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 04:49:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-based-on-the-input-number/m-p/2332927#M101760</guid>
      <dc:creator>lmit</dc:creator>
      <dc:date>2022-11-16T04:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate records based on the input number</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-based-on-the-input-number/m-p/2332928#M101761</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is it getting loaded successfully when you try to append with less data using tfileoutputexcel component?&lt;/P&gt;&lt;P&gt;What the total number of records are you trying to load?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 09:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-based-on-the-input-number/m-p/2332928#M101761</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-16T09:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate records based on the input number</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-based-on-the-input-number/m-p/2332929#M101762</link>
      <description>&lt;P&gt;I have more than 1 lakh of records &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;no for less data (10 records)also am not getting @Xiaodi Shi​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;lmit&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 11:12:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-based-on-the-input-number/m-p/2332929#M101762</guid>
      <dc:creator>lmit</dc:creator>
      <dc:date>2022-11-16T11:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate records based on the input number</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-based-on-the-input-number/m-p/2332930#M101763</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Could you please try to allocate more memory to the job execution to see if it helps?&lt;/P&gt;&lt;P&gt;Here is a KB article about: &lt;A href="https://community.talend.com/s/article/OutOfMemory-Exception-WmtmQ" alt="https://community.talend.com/s/article/OutOfMemory-Exception-WmtmQ" target="_blank"&gt;OutOfMemory Exception&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 02:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Duplicate-records-based-on-the-input-number/m-p/2332930#M101763</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-17T02:47:19Z</dc:date>
    </item>
  </channel>
</rss>

