<?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: Filter on empty field in tmap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Filter-on-empty-field-in-tmap/m-p/2235824#M24746</link>
    <description>&lt;P&gt;Thanks for your replay. Here is the expression wich resolved my problem&amp;nbsp;&lt;/P&gt;
&lt;P&gt;row1.DATE_NDX != null &amp;amp;&amp;amp;&lt;BR /&gt;!row1.DATE_NDX.equals("0") &amp;amp;&amp;amp;&lt;BR /&gt;row1.TIME_H != null &amp;amp;&amp;amp;&lt;BR /&gt;!row1.TIME_H.equals("0") &amp;amp;&amp;amp;&lt;BR /&gt;row1.TIME_M != null &amp;amp;&amp;amp;&lt;BR /&gt;!row1.TIME_M.equals("0")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards.&lt;/P&gt;</description>
    <pubDate>Wed, 31 May 2017 08:03:27 GMT</pubDate>
    <dc:creator>INESBK</dc:creator>
    <dc:date>2017-05-31T08:03:27Z</dc:date>
    <item>
      <title>Filter on empty field in tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-on-empty-field-in-tmap/m-p/2235822#M24744</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;I have a .dbf file that contains an empty line (the fields are empty) I would like to filter this line. I used&amp;nbsp;the filter expressions but it dosen't work.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vide.PNG" style="width: 377px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lumu.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137736i60FEBC0C16136DD5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lumu.png" alt="0683p000009Lumu.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ludj.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151121i1499C24DAF3D22DF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ludj.png" alt="0683p000009Ludj.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Also i tried with isEmpty() ----&lt;/P&gt; 
&lt;P&gt;!row1.DATE_NDX.isEmpty() &amp;amp;&amp;amp; !row1.TIME_H.isEmpty() &amp;amp;&amp;amp; !row1.TIME_M.isEmpty()&lt;/P&gt; 
&lt;P&gt;But the same problem.&lt;/P&gt; 
&lt;P&gt;Although I have already checked the box "ignore null as the source data" before tmap&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 681px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lumz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150723i555660DEF88FE308/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lumz.png" alt="0683p000009Lumz.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 11:43:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-on-empty-field-in-tmap/m-p/2235822#M24744</guid>
      <dc:creator>INESBK</dc:creator>
      <dc:date>2017-05-30T11:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Filter on empty field in tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-on-empty-field-in-tmap/m-p/2235823#M24745</link>
      <description>Did you try this:
&lt;BR /&gt;row1.DATE_NDX != null &amp;amp;&amp;amp;
&lt;BR /&gt;!row1.DATE_NDX.equals("") &amp;amp;&amp;amp;
&lt;BR /&gt;row1.TIME_H != null &amp;amp;&amp;amp;
&lt;BR /&gt;!row1.TIME_H.equals("") &amp;amp;&amp;amp;
&lt;BR /&gt;row1.TIME_M != null &amp;amp;&amp;amp;
&lt;BR /&gt;!row1.TIME_M.equals("")
&lt;BR /&gt;
&lt;BR /&gt;Else, get the source code line number from exception message, then go to code tab and check the operation which crash the job.</description>
      <pubDate>Tue, 30 May 2017 20:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-on-empty-field-in-tmap/m-p/2235823#M24745</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-05-30T20:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Filter on empty field in tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-on-empty-field-in-tmap/m-p/2235824#M24746</link>
      <description>&lt;P&gt;Thanks for your replay. Here is the expression wich resolved my problem&amp;nbsp;&lt;/P&gt;
&lt;P&gt;row1.DATE_NDX != null &amp;amp;&amp;amp;&lt;BR /&gt;!row1.DATE_NDX.equals("0") &amp;amp;&amp;amp;&lt;BR /&gt;row1.TIME_H != null &amp;amp;&amp;amp;&lt;BR /&gt;!row1.TIME_H.equals("0") &amp;amp;&amp;amp;&lt;BR /&gt;row1.TIME_M != null &amp;amp;&amp;amp;&lt;BR /&gt;!row1.TIME_M.equals("0")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 08:03:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-on-empty-field-in-tmap/m-p/2235824#M24746</guid>
      <dc:creator>INESBK</dc:creator>
      <dc:date>2017-05-31T08:03:27Z</dc:date>
    </item>
  </channel>
</rss>

