<?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 tMap multiple column join and Filter in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMap-multiple-column-join-and-Filter/m-p/2240917#M28239</link>
    <description>Hi All,
&lt;BR /&gt;I have a requirement to filter and lookup based on two columns in the input. Based on the lookup and filter, two outputs needed to be generated - matched and rejected.&amp;nbsp;
&lt;BR /&gt;Problem in detail -
&lt;BR /&gt;input file
&lt;BR /&gt;id, name, dept, comments
&lt;BR /&gt;table
&lt;BR /&gt;id, name, dept, comments
&lt;BR /&gt;From the input file, I have to perform a lookup if each record exists in the table based on Id OR name. i.e. input.ID == table.ID || input.name == table.name.&amp;nbsp;
&lt;BR /&gt;I needed two lists now - one that matches and one that doesn't. Idea is to update the database for the match list and create new records for non matching list.&amp;nbsp;
&lt;BR /&gt;I have used tFileInput and used tMySqlInput mapped to tMap. in tMap, I have selected the inner-join and used filter condition as&amp;nbsp;
&lt;BR /&gt;(row1.ID == databaseDetails.ID) ||&amp;nbsp;(row1.Name.equals(databaseDetails.Name)). match list is being output fine but not able to get the reject list.&amp;nbsp;
&lt;BR /&gt;tMap is producing cartesian product of (input * lookup - match records) as output. Is there anyway, to only produce non matching records of my fileinput? really appreciate your help!!</description>
    <pubDate>Tue, 06 Oct 2015 03:00:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-06T03:00:49Z</dc:date>
    <item>
      <title>tMap multiple column join and Filter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-multiple-column-join-and-Filter/m-p/2240917#M28239</link>
      <description>Hi All,
&lt;BR /&gt;I have a requirement to filter and lookup based on two columns in the input. Based on the lookup and filter, two outputs needed to be generated - matched and rejected.&amp;nbsp;
&lt;BR /&gt;Problem in detail -
&lt;BR /&gt;input file
&lt;BR /&gt;id, name, dept, comments
&lt;BR /&gt;table
&lt;BR /&gt;id, name, dept, comments
&lt;BR /&gt;From the input file, I have to perform a lookup if each record exists in the table based on Id OR name. i.e. input.ID == table.ID || input.name == table.name.&amp;nbsp;
&lt;BR /&gt;I needed two lists now - one that matches and one that doesn't. Idea is to update the database for the match list and create new records for non matching list.&amp;nbsp;
&lt;BR /&gt;I have used tFileInput and used tMySqlInput mapped to tMap. in tMap, I have selected the inner-join and used filter condition as&amp;nbsp;
&lt;BR /&gt;(row1.ID == databaseDetails.ID) ||&amp;nbsp;(row1.Name.equals(databaseDetails.Name)). match list is being output fine but not able to get the reject list.&amp;nbsp;
&lt;BR /&gt;tMap is producing cartesian product of (input * lookup - match records) as output. Is there anyway, to only produce non matching records of my fileinput? really appreciate your help!!</description>
      <pubDate>Tue, 06 Oct 2015 03:00:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-multiple-column-join-and-Filter/m-p/2240917#M28239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-06T03:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: tMap multiple column join and Filter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-multiple-column-join-and-Filter/m-p/2240918#M28240</link>
      <description>Please provide your screen shot.&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 09 Oct 2015 10:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-multiple-column-join-and-Filter/m-p/2240918#M28240</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-09T10:43:41Z</dc:date>
    </item>
  </channel>
</rss>

