<?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 reads formatted value instead numeric value in cell in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reads-formatted-value-instead-numeric-value-in/m-p/2353414#M119608</link>
    <description>Your example shows exactly what I've described when the display format in Excel is set to include decimals. In my first screenshot, the value in the cell clearly contains decimals, but they are not picked up by Talend because of the display format. 
&lt;BR /&gt;In the second screenshot, the values are unchanged, but talend now displays the value according to the Excel display format. 
&lt;BR /&gt;Mario 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009ME4F.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131703iC866958FB20B3D67/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009ME4F.jpg" alt="0683p000009ME4F.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEGY.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153220i94F73EE63A0F796F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEGY.jpg" alt="0683p000009MEGY.jpg" /&gt;&lt;/span&gt;</description>
    <pubDate>Mon, 08 Apr 2013 06:38:15 GMT</pubDate>
    <dc:creator>mario_mirabile</dc:creator>
    <dc:date>2013-04-08T06:38:15Z</dc:date>
    <item>
      <title>tFileInputExcel reads formatted value instead numeric value in cell</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reads-formatted-value-instead-numeric-value-in/m-p/2353407#M119601</link>
      <description>I have a job which loops through an Excel spreadsheet reading one column at a time. The schema of the spreadsheet defines all columns as string, with the "Read real values for numbers" option checked. 
&lt;BR /&gt;One column contains floating point values formatted to display no decimal places. The data is read by a tJavaRow component, however I get only the displayed value passed to the tJavaRow from the tFileInputExcel. 
&lt;BR /&gt;If I change the display format in the spreadsheet so that at least one decimal place is displayed, I get the correct value, usually with more than one decimal place in the data. 
&lt;BR /&gt;Is there any way to get the tFileInputExcel to pass the underlying value in the cell rather than the displayed value? 
&lt;BR /&gt;thanks 
&lt;BR /&gt;Mario</description>
      <pubDate>Wed, 03 Apr 2013 06:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reads-formatted-value-instead-numeric-value-in/m-p/2353407#M119601</guid>
      <dc:creator>mario_mirabile</dc:creator>
      <dc:date>2013-04-03T06:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel reads formatted value instead numeric value in cell</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reads-formatted-value-instead-numeric-value-in/m-p/2353408#M119602</link>
      <description>Hi, 
&lt;BR /&gt;Could you elaborate your case with an example with input and expected output values? You work flow is: tFileInputExcel--&amp;gt;tJavarow? What's the code in it? More information will be preferred.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 03 Apr 2013 07:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reads-formatted-value-instead-numeric-value-in/m-p/2353408#M119602</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-03T07:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel reads formatted value instead numeric value in cell</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reads-formatted-value-instead-numeric-value-in/m-p/2353409#M119603</link>
      <description>All APIs I know, read only one type of cell value. There is no option to read "what the user see". If you change the format in Excel typically you change the cell data type and mostly the content. 
&lt;BR /&gt;Again, you do not change only the display format in Excel, you usally change the entiere content!</description>
      <pubDate>Wed, 03 Apr 2013 20:47:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reads-formatted-value-instead-numeric-value-in/m-p/2353409#M119603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-03T20:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel reads formatted value instead numeric value in cell</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reads-formatted-value-instead-numeric-value-in/m-p/2353410#M119604</link>
      <description>I have further tested this behaviour by simplifying the job to contain only a tFileInputExcel and a tlogRow. The test file consists of two numeric columns containing floating point numbers (eg 118269.8)
&lt;BR /&gt;When the column in the spreadsheet is set to display 0 decimal places (displaying 118269) , the data displayed in the tLogRow is just the displayed value.
&lt;BR /&gt;If the display format in the spreadsheet is changed to display one decimal place (without changing the data), the data displayed in the tLogRow changes to 118296.8.
&lt;BR /&gt;This happens if the schema definition for the column in Talend is either string or float.
&lt;BR /&gt;Talend v5.0.1, Windows XP, Excel 2003.
&lt;BR /&gt;Looks like a bug to me.
&lt;BR /&gt;Mario</description>
      <pubDate>Wed, 03 Apr 2013 22:47:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reads-formatted-value-instead-numeric-value-in/m-p/2353410#M119604</guid>
      <dc:creator>mario_mirabile</dc:creator>
      <dc:date>2013-04-03T22:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel reads formatted value instead numeric value in cell</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reads-formatted-value-instead-numeric-value-in/m-p/2353411#M119605</link>
      <description>Hi, &lt;BR /&gt;What is your expected result? Is your input 118269.8 in spreadsheet? In talend, there is no check in "String" type. If your input is 118269.8, the actual result in tlogrow is still 118269.8.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 08 Apr 2013 03:31:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reads-formatted-value-instead-numeric-value-in/m-p/2353411#M119605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-08T03:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel reads formatted value instead numeric value in cell</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reads-formatted-value-instead-numeric-value-in/m-p/2353412#M119606</link>
      <description>What I expect is the actual value in the cell. What I get is the formatted display value. I think my description of the problem is quite clear if you re-read my last post.&lt;BR /&gt;Mario</description>
      <pubDate>Mon, 08 Apr 2013 03:47:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reads-formatted-value-instead-numeric-value-in/m-p/2353412#M119606</guid>
      <dc:creator>mario_mirabile</dc:creator>
      <dc:date>2013-04-08T03:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel reads formatted value instead numeric value in cell</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reads-formatted-value-instead-numeric-value-in/m-p/2353413#M119607</link>
      <description>Hi, 
&lt;BR /&gt;I have made a testing on Talend Open Studio 5.0.1 r 74687 (Excel2007, window7 64 bit). 
&lt;BR /&gt;My input data is: 
&lt;BR /&gt;118269.8 
&lt;BR /&gt;118269 
&lt;BR /&gt;In talend studio, the work flow is :tfileinputExcel--&amp;gt;tlogrow and the job works well. Your screenshots will be highly appreciated. 
&lt;BR /&gt;Please see my screenshots for details 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDuy.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156582i2913F8D23263CD07/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDuy.png" alt="0683p000009MDuy.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDyv.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146374i3BFBD5B73C9C2DF2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDyv.png" alt="0683p000009MDyv.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEBU.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138221iBCC2CF829C8D647E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEBU.png" alt="0683p000009MEBU.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 08 Apr 2013 05:44:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reads-formatted-value-instead-numeric-value-in/m-p/2353413#M119607</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-08T05:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel reads formatted value instead numeric value in cell</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reads-formatted-value-instead-numeric-value-in/m-p/2353414#M119608</link>
      <description>Your example shows exactly what I've described when the display format in Excel is set to include decimals. In my first screenshot, the value in the cell clearly contains decimals, but they are not picked up by Talend because of the display format. 
&lt;BR /&gt;In the second screenshot, the values are unchanged, but talend now displays the value according to the Excel display format. 
&lt;BR /&gt;Mario 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009ME4F.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131703iC866958FB20B3D67/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009ME4F.jpg" alt="0683p000009ME4F.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEGY.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153220i94F73EE63A0F796F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEGY.jpg" alt="0683p000009MEGY.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 08 Apr 2013 06:38:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reads-formatted-value-instead-numeric-value-in/m-p/2353414#M119608</guid>
      <dc:creator>mario_mirabile</dc:creator>
      <dc:date>2013-04-08T06:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel reads formatted value instead numeric value in cell</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reads-formatted-value-instead-numeric-value-in/m-p/2353415#M119609</link>
      <description>Hi, 
&lt;BR /&gt;Have a try to check the box 'read real value for numbers' in the advanced settings tab of tFileInputExcel and read it with numeric data type and please give me your feedback.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 08 Apr 2013 07:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reads-formatted-value-instead-numeric-value-in/m-p/2353415#M119609</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-08T07:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel reads formatted value instead numeric value in cell</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reads-formatted-value-instead-numeric-value-in/m-p/2353416#M119610</link>
      <description>That option is checked (as stated in my original post). Makes no difference to the behavior.</description>
      <pubDate>Tue, 09 Apr 2013 00:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reads-formatted-value-instead-numeric-value-in/m-p/2353416#M119610</guid>
      <dc:creator>mario_mirabile</dc:creator>
      <dc:date>2013-04-09T00:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel reads formatted value instead numeric value in cell</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reads-formatted-value-instead-numeric-value-in/m-p/2353417#M119611</link>
      <description>I confirm this behaviour in v5.1.2. I'm afraid it's a bug and you'll have to submit a Jira.</description>
      <pubDate>Wed, 10 Apr 2013 00:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reads-formatted-value-instead-numeric-value-in/m-p/2353417#M119611</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2013-04-10T00:26:32Z</dc:date>
    </item>
  </channel>
</rss>

