<?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: What is the difference between tFilterRow and filter in tMap? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/What-is-the-difference-between-tFilterRow-and-filter-in-tMap/m-p/2221377#M15411</link>
    <description>Hi, 
&lt;BR /&gt;You can use tfilterrow to achieve your job: 
&lt;BR /&gt;tfileinput(source1)--&amp;gt;tfilterrow--&amp;gt;output 
&lt;BR /&gt;tfileinput(source2)--&amp;gt;tfilterrow_2--&amp;gt;output 
&lt;BR /&gt;Or use tMap 
&lt;BR /&gt;tfileinput(source1)--&amp;gt;tMap--&amp;gt;output1 
&lt;BR /&gt;tfileinput(source2) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --&amp;gt;output2 
&lt;BR /&gt;If you want to add a filter on lookup, the filter in tMap component will be taken.(see my pic) 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCYQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151328i6DAD0510B098F7F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCYQ.png" alt="0683p000009MCYQ.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Thu, 08 Dec 2016 07:29:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-12-08T07:29:01Z</dc:date>
    <item>
      <title>What is the difference between tFilterRow and filter in tMap?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/What-is-the-difference-between-tFilterRow-and-filter-in-tMap/m-p/2221374#M15408</link>
      <description>Hi,&lt;BR /&gt;What is the difference between tFilterRow and filter in tMap? We can use tFilterRow in front of tMap to filter records. So, Why do we need a filter in tMap?</description>
      <pubDate>Mon, 05 Dec 2016 23:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/What-is-the-difference-between-tFilterRow-and-filter-in-tMap/m-p/2221374#M15408</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-05T23:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between tFilterRow and filter in tMap?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/What-is-the-difference-between-tFilterRow-and-filter-in-tMap/m-p/2221375#M15409</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;What is the difference between tFilterRow and filter in tMap? We can use tFilterRow in front of tMap to filter records. So, Why do we need a filter in tMap?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;It depends on your job requirement.&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Arial, Helvetica, sans-serif"&gt;In tMap, there is also ternary if-else operator.&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Arial, Helvetica, sans-serif"&gt;The expression is Condition?value if true: value if false&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;tMap&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;is an advanced component which can&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;transform and route data from single or multiple sources to single or multiple destinations. You can add filter on tMap to filter&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;multiple sources at the same time.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Usually, we use&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;tFilterRow&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;to filter input rows by setting one or more conditions on the selected columns(one source).&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="2"&gt;Let us know if it is Ok with you.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="2"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="2"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 06 Dec 2016 08:01:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/What-is-the-difference-between-tFilterRow-and-filter-in-tMap/m-p/2221375#M15409</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-06T08:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between tFilterRow and filter in tMap?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/What-is-the-difference-between-tFilterRow-and-filter-in-tMap/m-p/2221376#M15410</link>
      <description>Hi Sabrina,&lt;BR /&gt;Can i have a sample example for "You can add filter on tMap to filter multiple sources at the same time."&lt;BR /&gt;For Example,&lt;BR /&gt;I have source1 column data 1,2,7&lt;BR /&gt;I have source2 column data 3,4,9&lt;BR /&gt;Can i write a filter condition "data &amp;lt;= 5 " at a single place or it has to be written in both the input tables of tMap?</description>
      <pubDate>Wed, 07 Dec 2016 19:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/What-is-the-difference-between-tFilterRow-and-filter-in-tMap/m-p/2221376#M15410</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-07T19:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between tFilterRow and filter in tMap?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/What-is-the-difference-between-tFilterRow-and-filter-in-tMap/m-p/2221377#M15411</link>
      <description>Hi, 
&lt;BR /&gt;You can use tfilterrow to achieve your job: 
&lt;BR /&gt;tfileinput(source1)--&amp;gt;tfilterrow--&amp;gt;output 
&lt;BR /&gt;tfileinput(source2)--&amp;gt;tfilterrow_2--&amp;gt;output 
&lt;BR /&gt;Or use tMap 
&lt;BR /&gt;tfileinput(source1)--&amp;gt;tMap--&amp;gt;output1 
&lt;BR /&gt;tfileinput(source2) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --&amp;gt;output2 
&lt;BR /&gt;If you want to add a filter on lookup, the filter in tMap component will be taken.(see my pic) 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCYQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151328i6DAD0510B098F7F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCYQ.png" alt="0683p000009MCYQ.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 08 Dec 2016 07:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/What-is-the-difference-between-tFilterRow-and-filter-in-tMap/m-p/2221377#M15411</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-08T07:29:01Z</dc:date>
    </item>
  </channel>
</rss>

