<?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: [resolved] Excel - Spreadsheet with over 200K rows to load into database in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Excel-Spreadsheet-with-over-200K-rows-to-load-into/m-p/2265907#M45302</link>
    <description>The Excel is on my local hard drive. Exporting to .csv and then loading seems to help.&lt;BR /&gt;Thanks!</description>
    <pubDate>Tue, 19 Jun 2012 18:48:00 GMT</pubDate>
    <dc:creator>talendtester</dc:creator>
    <dc:date>2012-06-19T18:48:00Z</dc:date>
    <item>
      <title>[resolved] Excel - Spreadsheet with over 200K rows to load into database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Excel-Spreadsheet-with-over-200K-rows-to-load-into/m-p/2265903#M45298</link>
      <description>I have an Excel Spreadsheet that has over 
&lt;B&gt;200K rows&lt;/B&gt; that I need to load into database and is 
&lt;B&gt;18 columns&lt;/B&gt; wide. The data has commas in it. I keep running into "java.lang.OutOfMemoryError: Java heap space" 
&lt;BR /&gt;My job looks like: 
&lt;BR /&gt;
&lt;B&gt;tFileInputExcel &amp;gt; tMap &amp;gt; tTeradataOutput&lt;/B&gt;
&lt;BR /&gt;
&lt;BR /&gt;I have tried lowering the "Commit every" to 100. I am not doing any transformations on the data I am just passing it to be loaded.
&lt;BR /&gt;
&lt;B&gt;What else can I do?&lt;/B&gt;</description>
      <pubDate>Thu, 14 Jun 2012 17:28:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Excel-Spreadsheet-with-over-200K-rows-to-load-into/m-p/2265903#M45298</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2012-06-14T17:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Excel - Spreadsheet with over 200K rows to load into database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Excel-Spreadsheet-with-over-200K-rows-to-load-into/m-p/2265904#M45299</link>
      <description>It shouldn't use much memory.
&lt;BR /&gt;Can you go to your run tab, go to Advanced Settings, and tell us the values used in "Job Run VM Arguments"?</description>
      <pubDate>Thu, 14 Jun 2012 22:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Excel-Spreadsheet-with-over-200K-rows-to-load-into/m-p/2265904#M45299</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-14T22:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Excel - Spreadsheet with over 200K rows to load into database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Excel-Spreadsheet-with-over-200K-rows-to-load-into/m-p/2265905#M45300</link>
      <description>I don't have the Use specific JVM arguments checked. With 4GB of RAM should I check it and use Xms64M, Xmx1024?
&lt;BR /&gt;
&lt;B&gt;Statistics&lt;/B&gt; is checked
&lt;BR /&gt;
&lt;B&gt;Save Job before execution&lt;/B&gt; is checked
&lt;BR /&gt;
&lt;B&gt;Exec time&lt;/B&gt; is checked
&lt;BR /&gt;
&lt;B&gt;Clear before run&lt;/B&gt; is checked</description>
      <pubDate>Thu, 14 Jun 2012 23:43:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Excel-Spreadsheet-with-over-200K-rows-to-load-into/m-p/2265905#M45300</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2012-06-14T23:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Excel - Spreadsheet with over 200K rows to load into database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Excel-Spreadsheet-with-over-200K-rows-to-load-into/m-p/2265906#M45301</link>
      <description>If you look at your task manager while executing the job, is the java.exe process taking a lot of memory? Also if you have your statistics enabled, how much data are you loading before reaching the Memory issue?
&lt;BR /&gt;Also, is your excel file local or on a shared drive?
&lt;BR /&gt;Is the Teradata Db easily accessible or through a bunch of firewalls?
&lt;BR /&gt;You could try one thing:
&lt;BR /&gt;1- Load the Excel into a csv file (tFileOutputDelimited).
&lt;BR /&gt;|
&lt;BR /&gt;|
&lt;BR /&gt;OnSubjobOK
&lt;BR /&gt;|
&lt;BR /&gt;|
&lt;BR /&gt;V
&lt;BR /&gt;2- Load the csv file into Teradata.
&lt;BR /&gt;Adding an additional step might help you.</description>
      <pubDate>Tue, 19 Jun 2012 02:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Excel-Spreadsheet-with-over-200K-rows-to-load-into/m-p/2265906#M45301</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-19T02:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Excel - Spreadsheet with over 200K rows to load into database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Excel-Spreadsheet-with-over-200K-rows-to-load-into/m-p/2265907#M45302</link>
      <description>The Excel is on my local hard drive. Exporting to .csv and then loading seems to help.&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 19 Jun 2012 18:48:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Excel-Spreadsheet-with-over-200K-rows-to-load-into/m-p/2265907#M45302</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2012-06-19T18:48:00Z</dc:date>
    </item>
  </channel>
</rss>

