<?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] Exception in component tFileInputExcel in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-component-tFileInputExcel/m-p/2248654#M33440</link>
    <description>The problem is, the component is not very flexible and cannot convert a double into a integer.
&lt;BR /&gt;The only way is to change the data type to Double and perhaps use the option to change , into .
&lt;BR /&gt;You can assign without any problems a double to a database column which is actually integer. The database ignores the fragmented part of the number.</description>
    <pubDate>Fri, 06 Mar 2015 20:14:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-03-06T20:14:23Z</dc:date>
    <item>
      <title>[resolved] Exception in component tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-component-tFileInputExcel/m-p/2248651#M33437</link>
      <description>Hi, 
&lt;BR /&gt;I have some difficulties to read an excel file with integer as type. When there is a number with a decimal, the job die on error. I really need to put this data in integer and not in string (to make a proper tcd). The error encountered is : 
&lt;BR /&gt;Exception in component tFileInputExcel_2 
&lt;BR /&gt;java.lang.NumberFormatException: For input string: "7958,6" 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.NumberFormatException.forInputString(Unknown Source) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.Integer.parseInt(Unknown Source) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.Integer.parseInt(Unknown Source) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at routines.system.ParserUtils.parseTo_int(ParserUtils.java:105) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at routines.system.ParserUtils.parseTo_Integer(ParserUtils.java:112) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at gate.oyak_v2_0_1.OYAK_v2.tFileInputExcel_2Process(OYAK_v2.java:2516) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at gate.oyak_v2_0_1.OYAK_v2.tSleep_1Process(OYAK_v2.java:847) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at gate.oyak_v2_0_1.OYAK_v2.tJava_1Process(OYAK_v2.java:745) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at gate.oyak_v2_0_1.OYAK_v2.tOracleConnection_1Process(OYAK_v2.java:642) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at gate.oyak_v2_0_1.OYAK_v2.runJobInTOS(OYAK_v2.java:5139) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at gate.oyak_v2_0_1.OYAK_v2.main(OYAK_v2.java:4968) 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCyT.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139252i19589D67F69B9333/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCyT.png" alt="0683p000009MCyT.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Do you have any idea how can I read this file without changing the type of the field in string ?</description>
      <pubDate>Wed, 04 Mar 2015 16:10:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-component-tFileInputExcel/m-p/2248651#M33437</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-04T16:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Exception in component tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-component-tFileInputExcel/m-p/2248652#M33438</link>
      <description>Hi,&amp;nbsp;
&lt;BR /&gt;This may help.. &amp;nbsp;There is an 'advanced separator (for numbers)' option that gives the ability to identify the decimal separator and the thousands separator in the Advanced Settings tab.&amp;nbsp;</description>
      <pubDate>Wed, 04 Mar 2015 16:34:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-component-tFileInputExcel/m-p/2248652#M33438</guid>
      <dc:creator>IanM</dc:creator>
      <dc:date>2015-03-04T16:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Exception in component tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-component-tFileInputExcel/m-p/2248653#M33439</link>
      <description>Yeah I already tried that but the error is the same</description>
      <pubDate>Wed, 04 Mar 2015 16:41:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-component-tFileInputExcel/m-p/2248653#M33439</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-04T16:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Exception in component tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-component-tFileInputExcel/m-p/2248654#M33440</link>
      <description>The problem is, the component is not very flexible and cannot convert a double into a integer.
&lt;BR /&gt;The only way is to change the data type to Double and perhaps use the option to change , into .
&lt;BR /&gt;You can assign without any problems a double to a database column which is actually integer. The database ignores the fragmented part of the number.</description>
      <pubDate>Fri, 06 Mar 2015 20:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-component-tFileInputExcel/m-p/2248654#M33440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-06T20:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Exception in component tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-component-tFileInputExcel/m-p/2248655#M33441</link>
      <description>Great it's working with the double type
&lt;BR /&gt;Thx a lot jlolling</description>
      <pubDate>Sun, 08 Mar 2015 17:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-component-tFileInputExcel/m-p/2248655#M33441</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-08T17:57:34Z</dc:date>
    </item>
  </channel>
</rss>

