<?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: Null Handling while String to Float in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Null-Handling-while-String-to-Float/m-p/2221725#M15607</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Kudos are back &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 22 Apr 2017 21:07:58 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2017-04-22T21:07:58Z</dc:date>
    <item>
      <title>Null Handling while String to Float</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-Handling-while-String-to-Float/m-p/2221721#M15603</link>
      <description>&lt;P&gt;I have a column in data source that I am mandated to convert to float. The column contains words so need to replace them empty strings which I am doing as Variable.&lt;/P&gt;&lt;PRE&gt;row3.Estimated_Sales_Price.replace("REFUSED","").replace("N/A","").equals("") ? null : row3.Estimated_Sales_Price.trim() &lt;/PRE&gt;&lt;P&gt;then I am doing,&lt;/P&gt;&lt;PRE&gt;Var.var2 == null ? null : Float.parseFloat(Var.var2) &lt;/PRE&gt;&lt;P&gt;I am getting error: java.lang.NullPointerException. I have tried everything but all have proved to be futile.&lt;/P&gt;&lt;P&gt;Any insights anyone please!!!!!!!!!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 22:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-Handling-while-String-to-Float/m-p/2221721#M15603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-20T22:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Null Handling while String to Float</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-Handling-while-String-to-Float/m-p/2221722#M15604</link>
      <description>Change to&lt;BR /&gt;row3.Estimated_Sales_Price == null || row3.Estimated_Sales_Price.replace("REFUSED","").replace("N/A","").equals("") ? null : row3.Estimated_Sales_Price.trim()</description>
      <pubDate>Thu, 20 Apr 2017 23:06:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-Handling-while-String-to-Float/m-p/2221722#M15604</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-04-20T23:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Null Handling while String to Float</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-Handling-while-String-to-Float/m-p/2221723#M15605</link>
      <description>Would love to give you Kudos but the option has been disabled under your post for some odd reason.</description>
      <pubDate>Thu, 20 Apr 2017 23:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-Handling-while-String-to-Float/m-p/2221723#M15605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-20T23:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Null Handling while String to Float</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-Handling-while-String-to-Float/m-p/2221724#M15606</link>
      <description>Same on other topic. Kudos are available only for questions, not answers. Sound like a bug. 
&lt;BR /&gt;Come back later 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 20 Apr 2017 23:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-Handling-while-String-to-Float/m-p/2221724#M15606</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-04-20T23:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Null Handling while String to Float</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-Handling-while-String-to-Float/m-p/2221725#M15607</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Kudos are back &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2017 21:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-Handling-while-String-to-Float/m-p/2221725#M15607</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-04-22T21:07:58Z</dc:date>
    </item>
  </channel>
</rss>

