<?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: unique row and converting row data to column in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/unique-row-and-converting-row-data-to-column/m-p/2358580#M123579</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Please increase the Java memory settings in run tab according to your input data flow capacity.&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-center" image-alt="image.png" style="width: 912px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4VX.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142695i2EA8971D57CBE7AC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4VX.png" alt="0683p000009M4VX.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I would also recommend to use disk space for tMap operations. Please refer the below link for this step.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://help.talend.com/reader/EJfmjmfWqXUp5sadUwoGBA/J4xg5kxhK1afr7i7rFA65w" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/EJfmjmfWqXUp5sadUwoGBA/J4xg5kxhK1afr7i7rFA65w&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Once its resolved, I humbly request you to mark the solution as closed since we have answered your initial and supplementary question. If you have any new issue, please ask it as new post instead of putting all the queries into single post there by diluting the focus.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Some community members often overlook this aspect once they get the solution ignoring the time spent by contributors to answer the query &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jun 2019 15:03:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-06-11T15:03:32Z</dc:date>
    <item>
      <title>unique row and converting row data to column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unique-row-and-converting-row-data-to-column/m-p/2358574#M123573</link>
      <description>&lt;P&gt;We have input file in following format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;empno&amp;nbsp; &amp;nbsp; name&amp;nbsp; &amp;nbsp;add&lt;/P&gt;
&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; abc&amp;nbsp; &amp;nbsp; &amp;nbsp; address1&lt;/P&gt;
&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; abc&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;address2&lt;/P&gt;
&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;abc&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;address3&lt;/P&gt;
&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;abc&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;address4&lt;/P&gt;
&lt;P&gt;.&lt;/P&gt;
&lt;P&gt;.&lt;/P&gt;
&lt;P&gt;.&lt;/P&gt;
&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mno&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;address7&lt;/P&gt;
&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mno&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; address8&lt;/P&gt;
&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mno&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; address9&lt;/P&gt;
&lt;P&gt;.&lt;/P&gt;
&lt;P&gt;.&lt;/P&gt;
&lt;P&gt;.&lt;/P&gt;
&lt;P&gt;Output should be like below as first two column 's values are repeating thus&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1&amp;nbsp; abc&amp;nbsp; &amp;nbsp;&amp;nbsp;address1&amp;nbsp;address2&amp;nbsp;address3&amp;nbsp;address4....&lt;/P&gt;
&lt;P&gt;2&amp;nbsp; mno&amp;nbsp; &amp;nbsp;address7&amp;nbsp;address8&amp;nbsp;address9....&lt;/P&gt;
&lt;P&gt;.&lt;/P&gt;
&lt;P&gt;.&lt;/P&gt;
&lt;P&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please suggest how to create file with above output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vivek&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2019 13:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unique-row-and-converting-row-data-to-column/m-p/2358574#M123573</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-07T13:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: unique row and converting row data to column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unique-row-and-converting-row-data-to-column/m-p/2358575#M123574</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000006358bAAA"&gt;@vivek_u&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Hi Vivek,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; I believe following solution will help you.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 940px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5Vf.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149533i0B29E0D67511387C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5Vf.png" alt="0683p000009M5Vf.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5Vk.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135444i92C651E29B43132F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5Vk.png" alt="0683p000009M5Vk.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2019 14:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unique-row-and-converting-row-data-to-column/m-p/2358575#M123574</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-07T14:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: unique row and converting row data to column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unique-row-and-converting-row-data-to-column/m-p/2358576#M123575</link>
      <description>&lt;P&gt;Thanks.But we have multiple columns under TDenormalize component .But output is little different.&lt;/P&gt;
&lt;P&gt;i.e.&lt;/P&gt;
&lt;P&gt;suppose we have pincode column as well with Address.So we mentioned Address and Pincode both under 'To Denormalize' section.But output is showing all addresss and then all pincode&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i.e. address1;address2;address3;address4,54678,54890,58765,52345&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But our requirement is to display one row complete data then next row data ....&amp;nbsp;&lt;/P&gt;
&lt;P&gt;address1;54678;address2;54890;address3;58765;address4;52345&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please assist how to achieve this in talend.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vivek&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 13:14:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unique-row-and-converting-row-data-to-column/m-p/2358576#M123575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-10T13:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: unique row and converting row data to column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unique-row-and-converting-row-data-to-column/m-p/2358577#M123576</link>
      <description>&lt;P&gt;Hello Vivek,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Before passing the data to tDeNormalize, concat the values of Address &amp;amp; PinCode in a tMap.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The flow will be tMap ( Address+";"+PinCode ) -&amp;gt; tDenormalize.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and Regards,&lt;/P&gt;
&lt;P&gt;Subhadip&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 15:19:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unique-row-and-converting-row-data-to-column/m-p/2358577#M123576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-10T15:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: unique row and converting row data to column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unique-row-and-converting-row-data-to-column/m-p/2358578#M123577</link>
      <description>&lt;P&gt;Yeah. Add Pincode as the last part using a tMap and then pass the value to the denormalize.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope we have answered your query. Could you please spare a second to mark the post as resolved? Often members ignore this part when they get the solution and overlook the contribution made by authors to Talend community in between their own busy schedules &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 16:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unique-row-and-converting-row-data-to-column/m-p/2358578#M123577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-10T16:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: unique row and converting row data to column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unique-row-and-converting-row-data-to-column/m-p/2358579#M123578</link>
      <description>&lt;P&gt;Thanks All.&lt;/P&gt; 
&lt;P&gt;That worked for us.However we have total more than 400 millions of records.My graph component is as per below.&lt;/P&gt; 
&lt;P&gt;TOracleInput -&amp;gt; Tfileoutput -&amp;gt; Tmap -&amp;gt;&amp;nbsp; Tdenormalize -&amp;gt; Tfileoutput&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This graph is not able to process 400 millions record and throwing below error.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Exception in thread "main" java.lang.OutOfMemoryError: Java heap space&lt;BR /&gt;at java.util.Arrays.copyOf(Arrays.java:3332)&lt;BR /&gt;at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)&lt;BR /&gt;at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:448)&lt;BR /&gt;at java.lang.StringBuilder.append(StringBuilder.java:136)&lt;BR /&gt;at artemis_dev.test3_0_1.Test3.tOracleInput_1Process(Test3.java:4781)&lt;BR /&gt;at artemis_dev.test3_0_1.Test3.runJobInTOS(Test3.java:5971)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Above error came after processing around 200 millions records but the process is too slow.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;Please suggest how to fix above error and how can we improve execution time.We want to tune this graph at max and need to reduce total timings.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;Vivek&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 14:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unique-row-and-converting-row-data-to-column/m-p/2358579#M123578</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-11T14:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: unique row and converting row data to column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unique-row-and-converting-row-data-to-column/m-p/2358580#M123579</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Please increase the Java memory settings in run tab according to your input data flow capacity.&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-center" image-alt="image.png" style="width: 912px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4VX.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142695i2EA8971D57CBE7AC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4VX.png" alt="0683p000009M4VX.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I would also recommend to use disk space for tMap operations. Please refer the below link for this step.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://help.talend.com/reader/EJfmjmfWqXUp5sadUwoGBA/J4xg5kxhK1afr7i7rFA65w" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/EJfmjmfWqXUp5sadUwoGBA/J4xg5kxhK1afr7i7rFA65w&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Once its resolved, I humbly request you to mark the solution as closed since we have answered your initial and supplementary question. If you have any new issue, please ask it as new post instead of putting all the queries into single post there by diluting the focus.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Some community members often overlook this aspect once they get the solution ignoring the time spent by contributors to answer the query &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 15:03:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unique-row-and-converting-row-data-to-column/m-p/2358580#M123579</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-11T15:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: unique row and converting row data to column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unique-row-and-converting-row-data-to-column/m-p/2358581#M123580</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This is an out of memory error for uniqrow.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;First of all, for processing 400M data you need to increase the heap space.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Secondly, in tUniqRow, in advanced settings, Check the option "Use Of Disk" and pick, "Buffer Size in Memory to Medium (1 Million)"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This will ensure only 1 Million rows are processed in Memory and rest all will be processed in disk.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Try to run the job with max heap space Xmx5G&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks and Regards,&lt;/P&gt; 
&lt;P&gt;Subhadip&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 15:03:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unique-row-and-converting-row-data-to-column/m-p/2358581#M123580</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-11T15:03:36Z</dc:date>
    </item>
  </channel>
</rss>

