<?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: [resolved] tMap filter expression syntax doesn't seem to work as advertised in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-filter-expression-syntax-doesn-t-seem-to-work-as/m-p/2352821#M119140</link>
    <description>...neither does the "click and paste your screenshot", it would seem. Oh well.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Not working filter syntax is&amp;nbsp;&lt;BR /&gt;row1.Security_category&lt;FONT color="#cc3333"&gt;==&lt;/FONT&gt;"OS"&lt;BR /&gt;&lt;BR /&gt;Working syntax is&amp;nbsp;&lt;BR /&gt;"OS".&lt;FONT color="#cc3333"&gt;equalsIgnoreCase&lt;/FONT&gt;(row1.Security_category)&lt;BR /&gt;&lt;BR /&gt;Version of Open Studio&amp;nbsp;is 6.3.1&lt;BR /&gt;&lt;BR /&gt;ta.&amp;nbsp;</description>
    <pubDate>Wed, 22 Mar 2017 00:40:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-03-22T00:40:37Z</dc:date>
    <item>
      <title>[resolved] tMap filter expression syntax doesn't seem to work as advertised</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-filter-expression-syntax-doesn-t-seem-to-work-as/m-p/2352820#M119139</link>
      <description>&lt;P&gt;According to everything I've read (Help, examples etc), the below syntax for an output filter in tMap should work:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But it doesn't seem to, at least for me. In fact, if I change the condition to != then all rows with Security_Category=="OS" are routed to this output.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;However, this syntax works perfectly:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;which is fine, I can now get it working properly. But does anyone know why the first version doesn't work? Am I doing something wrong, or is there some configuration I can look a that will give me some clues?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;(talend version:&amp;nbsp;&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 00:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-filter-expression-syntax-doesn-t-seem-to-work-as/m-p/2352820#M119139</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-22T00:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMap filter expression syntax doesn't seem to work as advertised</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-filter-expression-syntax-doesn-t-seem-to-work-as/m-p/2352821#M119140</link>
      <description>...neither does the "click and paste your screenshot", it would seem. Oh well.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Not working filter syntax is&amp;nbsp;&lt;BR /&gt;row1.Security_category&lt;FONT color="#cc3333"&gt;==&lt;/FONT&gt;"OS"&lt;BR /&gt;&lt;BR /&gt;Working syntax is&amp;nbsp;&lt;BR /&gt;"OS".&lt;FONT color="#cc3333"&gt;equalsIgnoreCase&lt;/FONT&gt;(row1.Security_category)&lt;BR /&gt;&lt;BR /&gt;Version of Open Studio&amp;nbsp;is 6.3.1&lt;BR /&gt;&lt;BR /&gt;ta.&amp;nbsp;</description>
      <pubDate>Wed, 22 Mar 2017 00:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-filter-expression-syntax-doesn-t-seem-to-work-as/m-p/2352821#M119140</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-22T00:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMap filter expression syntax doesn't seem to work as advertised</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-filter-expression-syntax-doesn-t-seem-to-work-as/m-p/2352822#M119141</link>
      <description>This is a Java thing and is about equality. Basically when you use == you are checking to see if the objects are the same. Do they share the same memory? A real life example would be of two identical cars. They may look exactly same, may cost the same, may have the internal components, but they are not the same car. Car1==Car2 is False. But if you use the equals() method (or a variant of that) you are checking to see whether the contents of the object are the same. Or, using the car example, whether the cars are the same make, model and colour. Whether they "look" the same. 
&lt;BR /&gt;This is explained better in the link below.... 
&lt;BR /&gt; 
&lt;A href="http://www.programmerinterview.com/index.php/java-questions/java-whats-the-difference-between-equals-and/" rel="nofollow noopener noreferrer"&gt;http://www.programmerinterview.com/index.php/java-questions/java-whats-the-difference-between-equals-and/&lt;/A&gt;</description>
      <pubDate>Wed, 22 Mar 2017 01:36:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-filter-expression-syntax-doesn-t-seem-to-work-as/m-p/2352822#M119141</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-22T01:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMap filter expression syntax doesn't seem to work as advertised</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-filter-expression-syntax-doesn-t-seem-to-work-as/m-p/2352823#M119142</link>
      <description>Thanks, that explains it for me.</description>
      <pubDate>Wed, 22 Mar 2017 04:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-filter-expression-syntax-doesn-t-seem-to-work-as/m-p/2352823#M119142</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-22T04:52:53Z</dc:date>
    </item>
  </channel>
</rss>

