<?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: reject null records in tmap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/reject-null-records-in-tmap/m-p/2199409#M2328</link>
    <description>Use the expression filter for your output table aswell and use: row1.NAME != null 
&lt;BR /&gt;It's the same as janhess said I guess</description>
    <pubDate>Tue, 04 Jan 2011 15:54:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-01-04T15:54:54Z</dc:date>
    <item>
      <title>reject null records in tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/reject-null-records-in-tmap/m-p/2199405#M2324</link>
      <description>Hi Guys,&lt;BR /&gt;I want to implement a logic that if my NAME column in my input column comes null then my whole record should be rejected.I am trying this in tmap but it is not working with the key &amp;amp; unchecking the nullable checkbox.Please reply asap.&lt;BR /&gt;Regards,&lt;BR /&gt;Nikk</description>
      <pubDate>Sat, 16 Nov 2024 13:09:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/reject-null-records-in-tmap/m-p/2199405#M2324</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T13:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: reject null records in tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/reject-null-records-in-tmap/m-p/2199406#M2325</link>
      <description>Hi Nikk,&lt;BR /&gt;You just have to create a new output and add a filter on your tMap.&lt;BR /&gt;For example : add a reject output and add a filter (green arrow on the right).&lt;BR /&gt;Put this kind of syntax : row1.NAME == null&lt;BR /&gt;You have to create an other filter (or a reject filter) to delete all unvailable rows (all nullable lines).&lt;BR /&gt;And that's all</description>
      <pubDate>Fri, 31 Dec 2010 10:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/reject-null-records-in-tmap/m-p/2199406#M2325</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-31T10:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: reject null records in tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/reject-null-records-in-tmap/m-p/2199407#M2326</link>
      <description>Hi,&lt;BR /&gt;This doesn't seem to work.I am still getting null values in my output file.Please give me a solution.Is there any way that we can reject rows with all null values.&lt;BR /&gt;Thanks,&lt;BR /&gt;Nikk</description>
      <pubDate>Tue, 04 Jan 2011 09:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/reject-null-records-in-tmap/m-p/2199407#M2326</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-01-04T09:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: reject null records in tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/reject-null-records-in-tmap/m-p/2199408#M2327</link>
      <description>in the expression filter for your output map have the rule
&lt;BR /&gt;! Relational.ISNULL(inputcolumn.NAME)
&lt;BR /&gt;This will reject all records with a null NAME</description>
      <pubDate>Tue, 04 Jan 2011 11:26:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/reject-null-records-in-tmap/m-p/2199408#M2327</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2011-01-04T11:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: reject null records in tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/reject-null-records-in-tmap/m-p/2199409#M2328</link>
      <description>Use the expression filter for your output table aswell and use: row1.NAME != null 
&lt;BR /&gt;It's the same as janhess said I guess</description>
      <pubDate>Tue, 04 Jan 2011 15:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/reject-null-records-in-tmap/m-p/2199409#M2328</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-04T15:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: reject null records in tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/reject-null-records-in-tmap/m-p/2199410#M2329</link>
      <description>Hi Guys,&lt;BR /&gt;This is not working.I am fetching my input for a DB via sql query.&lt;BR /&gt;toracleinput -- tmap -- tfileoutputdelimited.&lt;BR /&gt;I want to reject some rows which have NAME as null value coming in the query.&lt;BR /&gt;Please reply asap.&lt;BR /&gt;Regards,&lt;BR /&gt;Nikk</description>
      <pubDate>Wed, 05 Jan 2011 05:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/reject-null-records-in-tmap/m-p/2199410#M2329</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-01-05T05:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: reject null records in tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/reject-null-records-in-tmap/m-p/2199411#M2330</link>
      <description>Is the returned value actually null or empty. If it is empty use the rule ! inputcolumn.NAME.equals("")</description>
      <pubDate>Wed, 05 Jan 2011 09:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/reject-null-records-in-tmap/m-p/2199411#M2330</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2011-01-05T09:09:14Z</dc:date>
    </item>
  </channel>
</rss>

