<?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: Checking Null values from Delimited File in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Checking-Null-values-from-Delimited-File/m-p/2335100#M103697</link>
    <description>&lt;BLOCKQUOTE&gt;
  jlolling wrote: 
 &lt;BR /&gt;It is a fact you have to use both methods to check if there is really a value. 
 &lt;BR /&gt;I usually use a routine to check this and write this check in a more efficient way. 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Thanks</description>
    <pubDate>Thu, 11 Feb 2016 06:23:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-02-11T06:23:56Z</dc:date>
    <item>
      <title>Checking Null values from Delimited File</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Checking-Null-values-from-Delimited-File/m-p/2335098#M103695</link>
      <description>&lt;P&gt;Gurus,&lt;BR /&gt;I'm new to talend, just single week old in that.Kindly help me with below scenario.&lt;BR /&gt;I have a scenario, where i'm extracting data from Delimited file. I'm using tfilterrow to avoid NULLs.&amp;nbsp;&lt;BR /&gt;Used below expression in advanced mode&lt;BR /&gt;&lt;I&gt;&lt;FONT color="#000000"&gt;&lt;FONT size="3"&gt;&lt;FONT face="Arial,"&gt;link.column !=null&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/I&gt;&lt;BR /&gt;Then manually altered the source file with empty string like below&lt;BR /&gt;1||3&lt;BR /&gt;The above expression doesn't reject that particular record.It's taking all the record to target.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;If I use below either expression, it works fine.&amp;nbsp;&lt;BR /&gt;!&lt;I&gt;&lt;FONT color="#000000"&gt;&lt;FONT size="3"&gt;&lt;FONT face="Arial,"&gt;link.column&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/I&gt;.equals("")&lt;BR /&gt;or&lt;BR /&gt;!&lt;I&gt;&lt;FONT color="#000000"&gt;&lt;FONT size="3"&gt;&lt;FONT face="Arial,"&gt;link.column&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/I&gt;.isEmpty()&lt;BR /&gt;&lt;BR /&gt;Here are my questions.&lt;BR /&gt;--&amp;gt;Does delimited file doesn't consider null?&amp;nbsp;&lt;BR /&gt;--&amp;gt;Will null be treated as empty string("")?&amp;nbsp;&lt;BR /&gt;--&amp;gt;If so,&amp;nbsp;&lt;I&gt;&lt;FONT color="#000000"&gt;&lt;FONT size="3"&gt;&lt;FONT face="Arial,"&gt;link.column !=null&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/I&gt;will not work. right?&lt;BR /&gt;--&amp;gt;Is it is necessary to include both condition, while checking NULLs or Empty string.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(&lt;I&gt;&lt;FONT color="#000000"&gt;&lt;FONT size="3"&gt;&lt;FONT face="Arial,"&gt;link.column !=null &amp;amp;&amp;amp;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/I&gt;!&lt;I&gt;&lt;FONT color="#000000"&gt;&lt;FONT size="3"&gt;&lt;FONT face="Arial,"&gt;link.column&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/I&gt;.equals(""))&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jan 2016 12:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Checking-Null-values-from-Delimited-File/m-p/2335098#M103695</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-30T12:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Checking Null values from Delimited File</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Checking-Null-values-from-Delimited-File/m-p/2335099#M103696</link>
      <description>It is a fact you have to use both methods to check if there is really a value.
&lt;BR /&gt;I usually use a routine to check this and write this check in a more efficient way.</description>
      <pubDate>Sun, 31 Jan 2016 11:25:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Checking-Null-values-from-Delimited-File/m-p/2335099#M103696</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-31T11:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Checking Null values from Delimited File</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Checking-Null-values-from-Delimited-File/m-p/2335100#M103697</link>
      <description>&lt;BLOCKQUOTE&gt;
  jlolling wrote: 
 &lt;BR /&gt;It is a fact you have to use both methods to check if there is really a value. 
 &lt;BR /&gt;I usually use a routine to check this and write this check in a more efficient way. 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 11 Feb 2016 06:23:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Checking-Null-values-from-Delimited-File/m-p/2335100#M103697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-11T06:23:56Z</dc:date>
    </item>
  </channel>
</rss>

