<?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: tFilInputExcel for large data file not working in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFilInputExcel-for-large-data-file-not-working/m-p/2358371#M123418</link>
    <description>Hi Pedro,&lt;BR /&gt;Thank you for reply.&lt;BR /&gt;I have already use the "Store on disk" feature of tMap but still I am getting the same error.&lt;BR /&gt;Thank you,&lt;BR /&gt;Nitin Munjani</description>
    <pubDate>Tue, 15 May 2012 14:21:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-05-15T14:21:02Z</dc:date>
    <item>
      <title>tFilInputExcel for large data file not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFilInputExcel-for-large-data-file-not-working/m-p/2358369#M123416</link>
      <description>Hello Talend Team, 
&lt;BR /&gt;I have an excel sheet with 155 columns and 9k rows(not fixed) and I want the output csv file with first 3 column ,last 3 column and some extra added column. 
&lt;BR /&gt;I have design my job like 
&lt;BR /&gt; tFilInputExcel -----------------------&amp;gt;tMap----------------------------------------------&amp;gt; tofileutputdelimeter 
&lt;BR /&gt; (defined 155 schema) (map and added some extra column) 
&lt;BR /&gt;but it was giving me error 
&lt;BR /&gt;Code: 
&lt;BR /&gt;Exception in thread "main" java.lang.OutOfMemoryError: Java heap space 
&lt;BR /&gt; at x.y.z.tFileInputPositional_1Process(z.java:7532) 
&lt;BR /&gt;So I have increased JVM memory up-to maximum of my system memory Xms1024M,Xmx1536M after then it was working fine. 
&lt;BR /&gt;but when my data volume increased from 9k rows to 15k rows I am getting the same issue of outofmemory again. 
&lt;BR /&gt;please tell me how can I solve this issue. I can not increase the JVM memory now because as I have set it maximum for system. 
&lt;BR /&gt;can you please also suggest me the another job design. 
&lt;BR /&gt;Thank you in advance, 
&lt;BR /&gt;Nitin</description>
      <pubDate>Sat, 16 Nov 2024 12:17:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFilInputExcel-for-large-data-file-not-working/m-p/2358369#M123416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: tFilInputExcel for large data file not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFilInputExcel-for-large-data-file-not-working/m-p/2358370#M123417</link>
      <description>Hi Nitin
&lt;BR /&gt;It is because the input datas are over the memory limit of JVM.
&lt;BR /&gt;You can use 'Store on disk' feature of tMap which can reduce the cost of memory.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Fri, 11 May 2012 04:52:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFilInputExcel-for-large-data-file-not-working/m-p/2358370#M123417</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-11T04:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: tFilInputExcel for large data file not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFilInputExcel-for-large-data-file-not-working/m-p/2358371#M123418</link>
      <description>Hi Pedro,&lt;BR /&gt;Thank you for reply.&lt;BR /&gt;I have already use the "Store on disk" feature of tMap but still I am getting the same error.&lt;BR /&gt;Thank you,&lt;BR /&gt;Nitin Munjani</description>
      <pubDate>Tue, 15 May 2012 14:21:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFilInputExcel-for-large-data-file-not-working/m-p/2358371#M123418</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-15T14:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: tFilInputExcel for large data file not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFilInputExcel-for-large-data-file-not-working/m-p/2358372#M123419</link>
      <description>Hi Nitin
&lt;BR /&gt;In fact, because of the memory limit of your machine, there isn't a solution now.
&lt;BR /&gt;But we can try some workarounds.
&lt;BR /&gt;You will see two textfields on tFileInputExcel. One is "Header". The other is "Limit".
&lt;BR /&gt;Extract 5000 rows from the Excel file each time.
&lt;BR /&gt;Header: 0 Limit: 5000
&lt;BR /&gt;Header: 5001 Limit: 5000
&lt;BR /&gt;Header:10001 Limit: 5000
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 16 May 2012 02:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFilInputExcel-for-large-data-file-not-working/m-p/2358372#M123419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-16T02:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: tFilInputExcel for large data file not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFilInputExcel-for-large-data-file-not-working/m-p/2358373#M123420</link>
      <description>If you go into ADVANCE settings the OUTPUT component...the one receiving the data, you can define a batch size. If you define a low batch and commit size, like 1K, then it doesn't hold as much in memory and can get thru the wide data in small chunks.</description>
      <pubDate>Tue, 16 Oct 2012 20:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFilInputExcel-for-large-data-file-not-working/m-p/2358373#M123420</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-16T20:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: tFilInputExcel for large data file not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFilInputExcel-for-large-data-file-not-working/m-p/2358374#M123421</link>
      <description>You can simply change the settings like below
&lt;BR /&gt;tFileInputExcel --&amp;gt; Advanced Settings : set Generation mode as Event Mode
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Naageshwar</description>
      <pubDate>Thu, 24 Dec 2015 11:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFilInputExcel-for-large-data-file-not-working/m-p/2358374#M123421</guid>
      <dc:creator>noczeta</dc:creator>
      <dc:date>2015-12-24T11:19:26Z</dc:date>
    </item>
  </channel>
</rss>

