<?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 Error converting float to double in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-converting-float-to-double/m-p/2275872#M52116</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to convert my float fields to double fields on the tMap for conversion.&amp;nbsp; &amp;nbsp;I am getting the error: cannote invoke doubleValue() on the prmitive type float.&amp;nbsp; Here is what I am writing in the tMap.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;row1.HOME.doubleValue()&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am converting big decimals using the same syntax and that seems to be working.&amp;nbsp; Do I need to handle floats differently?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Feb 2019 15:48:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-02-19T15:48:11Z</dc:date>
    <item>
      <title>Error converting float to double</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-converting-float-to-double/m-p/2275872#M52116</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to convert my float fields to double fields on the tMap for conversion.&amp;nbsp; &amp;nbsp;I am getting the error: cannote invoke doubleValue() on the prmitive type float.&amp;nbsp; Here is what I am writing in the tMap.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;row1.HOME.doubleValue()&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am converting big decimals using the same syntax and that seems to be working.&amp;nbsp; Do I need to handle floats differently?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 15:48:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-converting-float-to-double/m-p/2275872#M52116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-19T15:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error converting float to double</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-converting-float-to-double/m-p/2275873#M52117</link>
      <description>&lt;P&gt;Check the schema for row1. I suspect that HOME does not have the "nullable" tick box ticked. This means that it cannot be null and is therefore a primitive type. You need it to be an instance of the Float class. Just tick the "nullable" tick box and that should resolve this.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 16:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-converting-float-to-double/m-p/2275873#M52117</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-19T16:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error converting float to double</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-converting-float-to-double/m-p/2275874#M52118</link>
      <description>&lt;P&gt;Double.valueOf(row1.HOME.toString())&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 16:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-converting-float-to-double/m-p/2275874#M52118</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-02-19T16:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error converting float to double</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-converting-float-to-double/m-p/2275875#M52119</link>
      <description>&lt;P&gt;Please follow this link&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://talendhowto.com/2017/08/29/convert-between-different-datatypes/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://talendhowto.com/2017/08/29/convert-between-different-datatypes/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 16:34:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-converting-float-to-double/m-p/2275875#M52119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-19T16:34:56Z</dc:date>
    </item>
  </channel>
</rss>

