<?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 &amp;quot;ArrayIndexOutOfBoundsException&amp;quot; while using &amp;quot;tFileInputExcel&amp;quot; in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/quot-ArrayIndexOutOfBoundsException-quot-while-using-quot/m-p/2328110#M97419</link>
    <description>Hi, 
&lt;BR /&gt; 
&lt;BR /&gt; I get an "ArrayIndexOutOfBoundsException" while using "tFileInputExcel" component.
&lt;BR /&gt; 
&lt;BR /&gt; I just try to read from an excel and print the results in console.
&lt;BR /&gt; My input excel has 10 column values and 3 input rows, but while read the system throws the following error 
&lt;BR /&gt; 
&lt;BR /&gt; Exception in component tFileInputExcel_1
&lt;BR /&gt; java.lang.ArrayIndexOutOfBoundsException: 0
&lt;BR /&gt; at jxl.read.biff.SheetImpl.readSheet(SheetImpl.java:725)
&lt;BR /&gt; at jxl.read.biff.WorkbookParser.getSheet(WorkbookParser.java:252)
&lt;BR /&gt; 
&lt;BR /&gt; Could you please advice me on the above issue?
&lt;BR /&gt; Is there any index values limit for "SheetImpl" - please let me know your pointers.
&lt;BR /&gt; 
&lt;BR /&gt; TOS version : 3.1.3
&lt;BR /&gt; 
&lt;BR /&gt; Thanks and Regards,
&lt;BR /&gt; Manikandan.R</description>
    <pubDate>Sat, 16 Nov 2024 13:45:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:45:19Z</dc:date>
    <item>
      <title>"ArrayIndexOutOfBoundsException" while using "tFileInputExcel"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/quot-ArrayIndexOutOfBoundsException-quot-while-using-quot/m-p/2328110#M97419</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BR /&gt; I get an "ArrayIndexOutOfBoundsException" while using "tFileInputExcel" component.
&lt;BR /&gt; 
&lt;BR /&gt; I just try to read from an excel and print the results in console.
&lt;BR /&gt; My input excel has 10 column values and 3 input rows, but while read the system throws the following error 
&lt;BR /&gt; 
&lt;BR /&gt; Exception in component tFileInputExcel_1
&lt;BR /&gt; java.lang.ArrayIndexOutOfBoundsException: 0
&lt;BR /&gt; at jxl.read.biff.SheetImpl.readSheet(SheetImpl.java:725)
&lt;BR /&gt; at jxl.read.biff.WorkbookParser.getSheet(WorkbookParser.java:252)
&lt;BR /&gt; 
&lt;BR /&gt; Could you please advice me on the above issue?
&lt;BR /&gt; Is there any index values limit for "SheetImpl" - please let me know your pointers.
&lt;BR /&gt; 
&lt;BR /&gt; TOS version : 3.1.3
&lt;BR /&gt; 
&lt;BR /&gt; Thanks and Regards,
&lt;BR /&gt; Manikandan.R</description>
      <pubDate>Sat, 16 Nov 2024 13:45:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/quot-ArrayIndexOutOfBoundsException-quot-while-using-quot/m-p/2328110#M97419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: "ArrayIndexOutOfBoundsException" while using "tFileInputExcel"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/quot-ArrayIndexOutOfBoundsException-quot-while-using-quot/m-p/2328111#M97420</link>
      <description>Hello guy 
&lt;BR /&gt;Can you upload a screenshot of basic settings of tFileInputExcel_1?
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Mon, 28 Sep 2009 03:02:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/quot-ArrayIndexOutOfBoundsException-quot-while-using-quot/m-p/2328111#M97420</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-28T03:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: "ArrayIndexOutOfBoundsException" while using "tFileInputExcel"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/quot-ArrayIndexOutOfBoundsException-quot-while-using-quot/m-p/2328112#M97421</link>
      <description>This issue appears to be caused by a defect in the JXL library version 2.6.3. It occurs due to the fact that a print area exists that has no range. Opening the file in Excel and removing all print areas works around this issue. 
&lt;BR /&gt;The latest version of the JXL library (2.6.12) appears to have resolved this issue. Perhaps Talend should be shipped with the latest version of this library?</description>
      <pubDate>Tue, 22 Dec 2009 03:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/quot-ArrayIndexOutOfBoundsException-quot-while-using-quot/m-p/2328112#M97421</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-12-22T03:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: "ArrayIndexOutOfBoundsException" while using "tFileInputExcel"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/quot-ArrayIndexOutOfBoundsException-quot-while-using-quot/m-p/2328113#M97422</link>
      <description>Hi All, 
&lt;BR /&gt;I too am facing the same issue. 
&lt;BR /&gt;What I am doing is, trying to load an excel using the tFileInputExcel component. 
&lt;BR /&gt;ERROR: 
&lt;BR /&gt;Exception in component tFileInputExcel_1 
&lt;BR /&gt;java.lang.ArrayIndexOutOfBoundsException 
&lt;BR /&gt; at java.lang.System.arraycopy(Native Method) 
&lt;BR /&gt; at jxl.biff.StringHelper.getUnicodeString(StringHelper.java:189) 
&lt;BR /&gt; at jxl.read.biff.WriteAccessRecord.&amp;lt;init&amp;gt;(WriteAccessRecord.java:50) 
&lt;BR /&gt; at jxl.read.biff.WorkbookParser.parse(WorkbookParser.java:820) 
&lt;BR /&gt; at jxl.Workbook.getWorkbook(Workbook.java:271) 
&lt;BR /&gt;NOTE: This excel has a ghost character (') at the beginning of every header value. But when I copy this data into plain text file, I do not see any character. 
&lt;BR /&gt;I tried to load the jxl-2.6.12.jar both implicitly (placing the jar in the lib folder) and explicitly (using tLibraryLoad). 
&lt;BR /&gt;Even I cleared the cache before running the job every time. 
&lt;BR /&gt;All my trials went unsuccessful. 
&lt;BR /&gt;I don't know if the latest jxl 2.6.12 resolves the issue. 
&lt;BR /&gt;Please see my configuration below: 
&lt;BR /&gt;Talend ver: 5.0.2 r78327 
&lt;BR /&gt;OS: WIN 8 
&lt;BR /&gt;Processor: 64bit 
&lt;BR /&gt;Also, the work around given above resolves my issue. However, my job runs dynamically integrated with an application. 
&lt;BR /&gt;So, this work around is very cumbersome and has more human intervention, which what we want to avoid. 
&lt;BR /&gt;Suggest me the fix if any of you have found. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Jagadish.</description>
      <pubDate>Thu, 19 Dec 2013 05:51:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/quot-ArrayIndexOutOfBoundsException-quot-while-using-quot/m-p/2328113#M97422</guid>
      <dc:creator>jagadish_dasari</dc:creator>
      <dc:date>2013-12-19T05:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: "ArrayIndexOutOfBoundsException" while using "tFileInputExcel"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/quot-ArrayIndexOutOfBoundsException-quot-while-using-quot/m-p/2328114#M97423</link>
      <description>Hi All,
&lt;BR /&gt;Finally, we have found a resolution to fix the issue.
&lt;BR /&gt;Resolution:
&lt;BR /&gt;We have used some custom components (tFileExcelWorkBook &amp;amp; tFileExcelSheetInput) to read the file and save it again. Now this makes ETL read the file just as regular file and proceed further.
&lt;BR /&gt;My hunch is that, as discussed in the above posts, these custom components might be using latest jars required to deal with these files.
&lt;BR /&gt;Thanks all for your inputs and guidance.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Jagadish.</description>
      <pubDate>Mon, 06 Jan 2014 05:30:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/quot-ArrayIndexOutOfBoundsException-quot-while-using-quot/m-p/2328114#M97423</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-01-06T05:30:25Z</dc:date>
    </item>
  </channel>
</rss>

