<?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 Null and Not Null validation in Tmap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Null-and-Not-Null-validation-in-Tmap/m-p/2250239#M34544</link>
    <description>Hi,&lt;BR /&gt;     I am sending a main file into tmap. Then I have a lookup table from db to validate the brand_code from file.  The column in the file can be null or not null. If not null then it has to be validated. If null then too it must be treated as valid value. So the output can have nulls. &lt;BR /&gt;     I am using inner join in tmap. So that I can validate when there is a value in brand_code column. But if the column value is null then too its validating and rejecting that record. &lt;BR /&gt;     Can anyone suggest a solution for the above issue.&lt;BR /&gt;Thanks,&lt;BR /&gt;Soumya</description>
    <pubDate>Wed, 15 Aug 2012 17:05:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-08-15T17:05:58Z</dc:date>
    <item>
      <title>Null and Not Null validation in Tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-and-Not-Null-validation-in-Tmap/m-p/2250239#M34544</link>
      <description>Hi,&lt;BR /&gt;     I am sending a main file into tmap. Then I have a lookup table from db to validate the brand_code from file.  The column in the file can be null or not null. If not null then it has to be validated. If null then too it must be treated as valid value. So the output can have nulls. &lt;BR /&gt;     I am using inner join in tmap. So that I can validate when there is a value in brand_code column. But if the column value is null then too its validating and rejecting that record. &lt;BR /&gt;     Can anyone suggest a solution for the above issue.&lt;BR /&gt;Thanks,&lt;BR /&gt;Soumya</description>
      <pubDate>Wed, 15 Aug 2012 17:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-and-Not-Null-validation-in-Tmap/m-p/2250239#M34544</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-15T17:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Null and Not Null validation in Tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-and-Not-Null-validation-in-Tmap/m-p/2250240#M34545</link>
      <description>Change the tMap to left join and use an output expression filter like:
&lt;BR /&gt;filerow.brand_code==null || lookuprow.brand_code!=null</description>
      <pubDate>Thu, 16 Aug 2012 02:48:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-and-Not-Null-validation-in-Tmap/m-p/2250240#M34545</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2012-08-16T02:48:26Z</dc:date>
    </item>
  </channel>
</rss>

