<?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: Ignore null lookup on tmap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Ignore-null-lookup-on-tmap/m-p/2224806#M17366</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Why don't you try like below?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Relational.ISNULL( row1.field2)? null: lookup_value&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Dec 2019 22:30:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-12-19T22:30:01Z</dc:date>
    <item>
      <title>Ignore null lookup on tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ignore-null-lookup-on-tmap/m-p/2224805#M17365</link>
      <description>&lt;P&gt;Trying to see if this is possible on tMap. I have data coming in from row1. Sometimes, row1.field2 has data and sometimes it's null. Is there a way when doing lookup between row 1 and row 2, I can specify "if row1.field2 is null then ignore lookup but still process row1 data into row4, else lookup row2.col5 and push row1 and row2 data into row4"?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 15:43:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ignore-null-lookup-on-tmap/m-p/2224805#M17365</guid>
      <dc:creator>zalibra</dc:creator>
      <dc:date>2019-12-19T15:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore null lookup on tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ignore-null-lookup-on-tmap/m-p/2224806#M17366</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Why don't you try like below?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Relational.ISNULL( row1.field2)? null: lookup_value&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 22:30:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ignore-null-lookup-on-tmap/m-p/2224806#M17366</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-19T22:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore null lookup on tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ignore-null-lookup-on-tmap/m-p/2224807#M17367</link>
      <description>&lt;P&gt;Gives the error "lookup_value cannot be resolved to a variable" when I used "&lt;SPAN&gt;Relational.ISNULL( row1.field2)? null: lookup_value".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tried "row1.field2.isEmpty()?&lt;SPAN class="s1"&gt;""&lt;/SPAN&gt;:row1.field2" but that doesn't work either -- in this case, because row1.field2 is null, the whole record is ignored and not pushed into row4.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2019 15:57:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ignore-null-lookup-on-tmap/m-p/2224807#M17367</guid>
      <dc:creator>zalibra</dc:creator>
      <dc:date>2019-12-23T15:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore null lookup on tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ignore-null-lookup-on-tmap/m-p/2224808#M17368</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; "&lt;SPAN&gt;lookup_value" was a dummy variable I had told to give you an example. You need to provide the right varible instead from the lookup table, say&amp;nbsp;row1.field2.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2019 19:35:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ignore-null-lookup-on-tmap/m-p/2224808#M17368</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-23T19:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore null lookup on tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ignore-null-lookup-on-tmap/m-p/2224809#M17369</link>
      <description>&lt;P&gt;Unfortunately, still doesn't work. If row1.field2 is null, the whole record is ignored and nothing gets processed into row4.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2019 23:07:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ignore-null-lookup-on-tmap/m-p/2224809#M17369</guid>
      <dc:creator>zalibra</dc:creator>
      <dc:date>2019-12-23T23:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore null lookup on tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ignore-null-lookup-on-tmap/m-p/2224810#M17370</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM"&gt;@nthampi&lt;/A&gt;&amp;nbsp;any other suggestions?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 19:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ignore-null-lookup-on-tmap/m-p/2224810#M17370</guid>
      <dc:creator>zalibra</dc:creator>
      <dc:date>2020-01-06T19:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore null lookup on tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ignore-null-lookup-on-tmap/m-p/2224811#M17371</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Could you please share 5 sample input and lookup records along with current job flow and mapping screenshots? Please also specify expected output data. I will try it from my end.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 23:42:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ignore-null-lookup-on-tmap/m-p/2224811#M17371</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-06T23:42:17Z</dc:date>
    </item>
  </channel>
</rss>

