<?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] tfileinputexcel number format exception on excel2007 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tfileinputexcel-number-format-exception-on-excel2007/m-p/2288117#M61637</link>
    <description>Thank you Pedro.
&lt;BR /&gt;I will be able to send you the job on Monday morning!
&lt;BR /&gt;Regards,
&lt;BR /&gt;Fabio
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi&lt;BR /&gt;This may be a compatibility issue.&lt;BR /&gt;Could you email me and attach the export job?&lt;BR /&gt;I need to confirm it.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Sat, 21 Jan 2012 17:09:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-01-21T17:09:44Z</dc:date>
    <item>
      <title>[resolved] tfileinputexcel number format exception on excel2007</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tfileinputexcel-number-format-exception-on-excel2007/m-p/2288112#M61632</link>
      <description>Hi All 
&lt;BR /&gt;I just upgraded TOS from version 4.2.3 to version 5.0.1 and after the upgrade I got an error in tfileinputexcel component. The component reads some numeric columns which contain a currency value: all these columns are set in the schema to be read as string, without any particular format. 
&lt;BR /&gt;In previous version everything was working properly, while in the last version at run time I get the following exception: 
&lt;BR /&gt; 
&lt;PRE&gt;Exception in component tFileInputExcel_1&lt;BR /&gt;java.text.ParseException: Unparseable number: "? 7.500,00"&lt;BR /&gt;	at java.text.NumberFormat.parse(Unknown Source)&lt;/PRE&gt; 
&lt;BR /&gt;at the follow piece of code (extracts from the component): 
&lt;BR /&gt; 
&lt;PRE&gt;case org.apache.poi.ss.usermodel.Cell.CELL_TYPE_NUMERIC:&lt;BR /&gt; if (org.apache.poi.ss.usermodel.DateUtil.isCellDateFormatted(cell_tFileInputExcel_1)) {&lt;BR /&gt;	temp_row_tFileInputExcel_1&lt;I&gt; = cell_tFileInputExcel_1.getDateCellValue().toString();&lt;BR /&gt; } else {&lt;BR /&gt;	temp_row_tFileInputExcel_1&lt;I&gt; = new BigDecimal(numberFormat_tFileInputExcel_1&lt;BR /&gt;                                                              .parse(dataFormat_tFileInputExcel_1&lt;BR /&gt;                                                              .formatCellValue(cell_tFileInputExcel_1))&lt;BR /&gt;                                                              .toString()).toPlainString;&lt;BR /&gt; }&lt;/I&gt;&lt;/I&gt;&lt;/PRE&gt; 
&lt;BR /&gt;That is, the cell format (and not the real numeric value) causes the exception (in particular the ? symbol). 
&lt;BR /&gt;I have to check the Excel2007 option because this is the input format of the excel file, consequently some other advanced options are hidden and cannot be used. 
&lt;BR /&gt;Is there any way to get real value of a cell of an xlsx with tfileinputexcel? Or am I doing simply some mistake? 
&lt;BR /&gt;Thank you in advance for any advice. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Fabio</description>
      <pubDate>Sat, 16 Nov 2024 12:26:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tfileinputexcel-number-format-exception-on-excel2007/m-p/2288112#M61632</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tfileinputexcel number format exception on excel2007</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tfileinputexcel-number-format-exception-on-excel2007/m-p/2288113#M61633</link>
      <description>Hi Fabio&lt;BR /&gt;Could you show me the settings and schema of the tFileInputExcel?&lt;BR /&gt;I have reproduced this job in TOS5.0.1 and didn't get any error.&lt;BR /&gt;So i think i must miss something.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 18 Jan 2012 03:22:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tfileinputexcel-number-format-exception-on-excel2007/m-p/2288113#M61633</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-18T03:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tfileinputexcel number format exception on excel2007</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tfileinputexcel-number-format-exception-on-excel2007/m-p/2288114#M61634</link>
      <description>Hi Pedro&lt;BR /&gt;the first screenshot shows the excel I used as input (I didn't find any way to attach the file itself). The last three screenshots show settings and schema I used to read the file.&lt;BR /&gt;Thank you.&lt;BR /&gt;Best regards,&lt;BR /&gt;Fabio</description>
      <pubDate>Wed, 18 Jan 2012 09:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tfileinputexcel-number-format-exception-on-excel2007/m-p/2288114#M61634</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-18T09:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tfileinputexcel number format exception on excel2007</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tfileinputexcel-number-format-exception-on-excel2007/m-p/2288115#M61635</link>
      <description>Hi&lt;BR /&gt;This may be a compatibility issue.&lt;BR /&gt;Could you email me and attach the export job?&lt;BR /&gt;I need to confirm it.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 18 Jan 2012 10:02:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tfileinputexcel-number-format-exception-on-excel2007/m-p/2288115#M61635</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-18T10:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tfileinputexcel number format exception on excel2007</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tfileinputexcel-number-format-exception-on-excel2007/m-p/2288116#M61636</link>
      <description>I'm having the EXACT same issue: 
&lt;BR /&gt;Data being read from my .xlsx spreadsheet contains a column with currency data. The schema is set to read the data as type String, but generates an error: Exception in component tFileInputExcel_3
&lt;BR /&gt;java.text.ParseException: Unparseable number: "$500.00"
&lt;BR /&gt; at java.text.NumberFormat.parse(Unknown Source)...
&lt;BR /&gt;The job was created in TOS 4.1 and has been run successfully many times. I also just installed TOS for Data Integration 5.0.1. and am trying to run this job from the new version.</description>
      <pubDate>Fri, 20 Jan 2012 16:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tfileinputexcel-number-format-exception-on-excel2007/m-p/2288116#M61636</guid>
      <dc:creator>Swell</dc:creator>
      <dc:date>2012-01-20T16:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tfileinputexcel number format exception on excel2007</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tfileinputexcel-number-format-exception-on-excel2007/m-p/2288117#M61637</link>
      <description>Thank you Pedro.
&lt;BR /&gt;I will be able to send you the job on Monday morning!
&lt;BR /&gt;Regards,
&lt;BR /&gt;Fabio
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi&lt;BR /&gt;This may be a compatibility issue.&lt;BR /&gt;Could you email me and attach the export job?&lt;BR /&gt;I need to confirm it.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Sat, 21 Jan 2012 17:09:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tfileinputexcel-number-format-exception-on-excel2007/m-p/2288117#M61637</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-21T17:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tfileinputexcel number format exception on excel2007</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tfileinputexcel-number-format-exception-on-excel2007/m-p/2288118#M61638</link>
      <description>Any updates to this?</description>
      <pubDate>Thu, 02 Feb 2012 22:21:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tfileinputexcel-number-format-exception-on-excel2007/m-p/2288118#M61638</guid>
      <dc:creator>Swell</dc:creator>
      <dc:date>2012-02-02T22:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tfileinputexcel number format exception on excel2007</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tfileinputexcel-number-format-exception-on-excel2007/m-p/2288119#M61639</link>
      <description>Dear All,&lt;BR /&gt;I am really really sorry for the incredible delay, the last few days have been really hard. I just emailed to Pedro the required attachment. Hope it will help for finding a solution to the exception.&lt;BR /&gt;Regards,&lt;BR /&gt;Fabio</description>
      <pubDate>Fri, 03 Feb 2012 00:18:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tfileinputexcel-number-format-exception-on-excel2007/m-p/2288119#M61639</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-03T00:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tfileinputexcel number format exception on excel2007</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tfileinputexcel-number-format-exception-on-excel2007/m-p/2288120#M61640</link>
      <description>Hi Fabio
&lt;BR /&gt;Thank for your feedback.
&lt;BR /&gt;I have talked with my coworkers about this issue. We need a little time to fix it.
&lt;BR /&gt;Please report this bug at 
&lt;A href="http://jira.talendforge.org/secure/Dashboard.jspa" target="_blank" rel="nofollow noopener noreferrer"&gt;BugTracker&lt;/A&gt;.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Fri, 03 Feb 2012 06:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tfileinputexcel-number-format-exception-on-excel2007/m-p/2288120#M61640</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-03T06:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tfileinputexcel number format exception on excel2007</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tfileinputexcel-number-format-exception-on-excel2007/m-p/2288121#M61641</link>
      <description>Ok. Thank you Pedro!
&lt;BR /&gt;I reported the bug with the following issue: 
&lt;A href="http://jira.talendforge.org/browse/TDI-19546" rel="nofollow noopener noreferrer"&gt;http://jira.talendforge.org/browse/TDI-19546&lt;/A&gt;.
&lt;BR /&gt;BRs,
&lt;BR /&gt;Fabio
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi Fabio&lt;BR /&gt;Thank for your feedback.&lt;BR /&gt;I have talked with my coworkers about this issue. We need a little time to fix it.&lt;BR /&gt;Please report this bug at &lt;A href="http://jira.talendforge.org/secure/Dashboard.jspa" target="_blank" rel="nofollow noopener noreferrer"&gt;BugTracker&lt;/A&gt;.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 03 Feb 2012 23:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tfileinputexcel-number-format-exception-on-excel2007/m-p/2288121#M61641</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-03T23:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tfileinputexcel number format exception on excel2007</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tfileinputexcel-number-format-exception-on-excel2007/m-p/2288122#M61642</link>
      <description>Bug Fixed in release 5.0.2. 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Ok. Thank you Pedro!&lt;BR /&gt;I reported the bug with the following issue: &lt;A href="http://jira.talendforge.org/browse/TDI-19546" rel="nofollow noopener noreferrer"&gt;http://jira.talendforge.org/browse/TDI-19546&lt;/A&gt;.&lt;BR /&gt;BRs,&lt;BR /&gt;Fabio&lt;BR /&gt;Hi Fabio&lt;BR /&gt;Thank for your feedback.&lt;BR /&gt;I have talked with my coworkers about this issue. We need a little time to fix it.&lt;BR /&gt;Please report this bug at &lt;A href="http://jira.talendforge.org/secure/Dashboard.jspa" target="_blank" rel="nofollow noopener noreferrer"&gt;BugTracker&lt;/A&gt;.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Feb 2012 13:57:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tfileinputexcel-number-format-exception-on-excel2007/m-p/2288122#M61642</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-10T13:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tfileinputexcel number format exception on excel2007</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tfileinputexcel-number-format-exception-on-excel2007/m-p/2288123#M61643</link>
      <description>Hi Fabio&lt;BR /&gt;Thank you for your feedback.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Mon, 13 Feb 2012 01:34:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tfileinputexcel-number-format-exception-on-excel2007/m-p/2288123#M61643</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-13T01:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tfileinputexcel number format exception on excel2007</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tfileinputexcel-number-format-exception-on-excel2007/m-p/2288124#M61644</link>
      <description>Hi fnds,
&lt;BR /&gt;I wanna use talend to execute some query like db.emp.find({}).count(); and to return the result of count.
&lt;BR /&gt;I tried to use tMongoRow and have given the query in execute command text box.
&lt;BR /&gt;the job runs fine but i m unable to fetch the result in the connected component (tjava)
&lt;BR /&gt;please help to retrieve the value.
&lt;BR /&gt;or guide me in some other approach which can let me to perform the desired operation.
&lt;BR /&gt;Thanks in advance,
&lt;BR /&gt;karthi.</description>
      <pubDate>Sat, 28 Mar 2015 13:11:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tfileinputexcel-number-format-exception-on-excel2007/m-p/2288124#M61644</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-28T13:11:35Z</dc:date>
    </item>
  </channel>
</rss>

