<?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: tFileInputExcel in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel/m-p/2254675#M37612</link>
    <description>&lt;PRE&gt;temp_row_tFileInputExcel_7&lt;I&gt; = df_tFileInputExcel_7&lt;BR /&gt;														.format(numberFormat_tFileInputExcel_7&lt;BR /&gt;																.parse(dataFormat_tFileInputExcel_7&lt;BR /&gt;																		.formatCellValue(&lt;BR /&gt;																				cell_tFileInputExcel_7,&lt;BR /&gt;																				workbook_tFileInputExcel_7&lt;BR /&gt;																						.getCreationHelper()&lt;BR /&gt;																						.createFormulaEvaluator())));&lt;/I&gt;&lt;/PRE&gt; 
&lt;BR /&gt;is the code in question throwing the error</description>
    <pubDate>Tue, 23 Oct 2012 20:26:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-10-23T20:26:54Z</dc:date>
    <item>
      <title>tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel/m-p/2254672#M37609</link>
      <description>Hi, 
&lt;BR /&gt;I am parsing a sales log, all columns seem to parse find to strings (just testing at the moment), but when I get to the column with a £ sign in it, it throws a parse exception: 
&lt;BR /&gt;Exception in component tFileInputExcel_7 
&lt;BR /&gt;java.text.ParseException: Unparseable number: "£888.40" 
&lt;BR /&gt; at java.text.NumberFormat.parse(Unknown Source) 
&lt;BR /&gt; at asd.generatecobrajobs_0_1.GenerateCobraJobs.tFileInputExcel_7Process(GenerateCobraJobs.java:1169) 
&lt;BR /&gt; at asd.generatecobrajobs_0_1.GenerateCobraJobs.runJobInTOS(GenerateCobraJobs.java:2159) 
&lt;BR /&gt; at asd.generatecobrajobs_0_1.GenerateCobraJobs.main(GenerateCobraJobs.java:1908) 
&lt;BR /&gt;I see others have had various signs fixed such as $ etc. I am using 5.1.2 and the bug still produces on various machines. 
&lt;BR /&gt;Any help would be greatly appreciated.</description>
      <pubDate>Mon, 22 Oct 2012 20:54:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel/m-p/2254672#M37609</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-10-22T20:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel/m-p/2254673#M37610</link>
      <description>Hi, &lt;BR /&gt;We have seen your error info. Something wrong with your data format "£888.40". Would you mind uploading the screenshot about  your schema in component -tFileInputExcel_7,or you can check the code in studio to find the cause and we will track your issue.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 23 Oct 2012 02:43:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel/m-p/2254673#M37610</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-23T02:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel/m-p/2254674#M37611</link>
      <description>Hi Sabrina,&lt;BR /&gt;thanks for coming back to me, it is really appreciated. Please find attached pictures reflecting the configuration. I will attempt to find the code in question.</description>
      <pubDate>Tue, 23 Oct 2012 20:20:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel/m-p/2254674#M37611</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-23T20:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel/m-p/2254675#M37612</link>
      <description>&lt;PRE&gt;temp_row_tFileInputExcel_7&lt;I&gt; = df_tFileInputExcel_7&lt;BR /&gt;														.format(numberFormat_tFileInputExcel_7&lt;BR /&gt;																.parse(dataFormat_tFileInputExcel_7&lt;BR /&gt;																		.formatCellValue(&lt;BR /&gt;																				cell_tFileInputExcel_7,&lt;BR /&gt;																				workbook_tFileInputExcel_7&lt;BR /&gt;																						.getCreationHelper()&lt;BR /&gt;																						.createFormulaEvaluator())));&lt;/I&gt;&lt;/PRE&gt; 
&lt;BR /&gt;is the code in question throwing the error</description>
      <pubDate>Tue, 23 Oct 2012 20:26:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel/m-p/2254675#M37612</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-23T20:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel/m-p/2254676#M37613</link>
      <description>Hi, 
&lt;BR /&gt;We have seen your related pics and code. All of your type are set as "String" which cause the issue.
&lt;PRE&gt;format(numberFormat_tFileInputExcel_7&lt;BR /&gt;                                                                .parse(dataFormat_tFileInputExcel_7&lt;BR /&gt;                                                                        .formatCellValue(&lt;/PRE&gt;
&lt;BR /&gt;. As the code said, the data format is wrong.
&lt;BR /&gt;Try to set your datatype of "£888.40" as float or others currency type.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 24 Oct 2012 02:34:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel/m-p/2254676#M37613</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-24T02:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel/m-p/2254677#M37614</link>
      <description>Thanks, I will do this. Though I was hoping to do this without having to format anything at all. Is there any way that the component can read this format?&lt;BR /&gt;Maybe if I output the source and adjust it?</description>
      <pubDate>Wed, 24 Oct 2012 17:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel/m-p/2254677#M37614</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-24T17:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel/m-p/2254678#M37615</link>
      <description>Hi, &lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Maybe if I output the source and adjust it?&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;We don't do it before and what we can do is change the format into the right. You can take a try and would you mind giving the feedback result. All of us will be interested in it.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 25 Oct 2012 02:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel/m-p/2254678#M37615</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-25T02:35:43Z</dc:date>
    </item>
  </channel>
</rss>

