<?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 - How do you code a NOT EQUAL on a string type column? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMap-How-do-you-code-a-NOT-EQUAL-on-a-string-type-column/m-p/2208357#M7619</link>
    <description>I'm still new to Talend Open Studio For Data Integration and have a question on the tMap Expression Builder:
&lt;BR /&gt;I have a column called row1.Entity_Type_Code which is defined as a string type.
&lt;BR /&gt;I would like to select rows where the column row1.Entity_Type_Code is NOT Equal to 1.
&lt;BR /&gt;I've tried:
&lt;BR /&gt;row1.Entity_Type_Code!="1"
&lt;BR /&gt;row1.Entity_Type_Code.notequals("1")
&lt;BR /&gt;How do you code a NOT EQUAL on a string column?
&lt;BR /&gt;Thanks</description>
    <pubDate>Mon, 16 Feb 2015 20:24:03 GMT</pubDate>
    <dc:creator>profuse</dc:creator>
    <dc:date>2015-02-16T20:24:03Z</dc:date>
    <item>
      <title>tMap - How do you code a NOT EQUAL on a string type column?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-How-do-you-code-a-NOT-EQUAL-on-a-string-type-column/m-p/2208357#M7619</link>
      <description>I'm still new to Talend Open Studio For Data Integration and have a question on the tMap Expression Builder:
&lt;BR /&gt;I have a column called row1.Entity_Type_Code which is defined as a string type.
&lt;BR /&gt;I would like to select rows where the column row1.Entity_Type_Code is NOT Equal to 1.
&lt;BR /&gt;I've tried:
&lt;BR /&gt;row1.Entity_Type_Code!="1"
&lt;BR /&gt;row1.Entity_Type_Code.notequals("1")
&lt;BR /&gt;How do you code a NOT EQUAL on a string column?
&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 16 Feb 2015 20:24:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-How-do-you-code-a-NOT-EQUAL-on-a-string-type-column/m-p/2208357#M7619</guid>
      <dc:creator>profuse</dc:creator>
      <dc:date>2015-02-16T20:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: tMap - How do you code a NOT EQUAL on a string type column?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-How-do-you-code-a-NOT-EQUAL-on-a-string-type-column/m-p/2208358#M7620</link>
      <description>&lt;PRE&gt;("1".equals(row1.Entity_Type) == false)&lt;/PRE&gt;&lt;BR /&gt;This way your code also not fail if the value is null.</description>
      <pubDate>Tue, 17 Feb 2015 06:14:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-How-do-you-code-a-NOT-EQUAL-on-a-string-type-column/m-p/2208358#M7620</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-17T06:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: tMap - How do you code a NOT EQUAL on a string type column?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-How-do-you-code-a-NOT-EQUAL-on-a-string-type-column/m-p/2208359#M7621</link>
      <description>Thanks jlolling that worked! 
&lt;BR /&gt;Perhaps you can help me with this problem: 
&lt;BR /&gt;I have a CVS file with a column that contains a persons full name in all uppercase i.e. STEVE CHARLES SMITH 
&lt;BR /&gt;I would like to edit this column to leave the first letter of each word in uppercase and lowercase the remaining letters of each word so the results look like this: Steve Charles Smith 
&lt;BR /&gt;I tried using the following code in tMap but it only uppercase's the first letter of the first word and the remaining letters are all in lowercase i.e. Steve charles smith 
&lt;BR /&gt;Current Code: 
&lt;BR /&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier New"&gt;row1.Full_Name.toLowerCase().replaceFirst(&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="#2a00ff"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier New"&gt;""&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier New"&gt;, &lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier New"&gt;row1.Full_Name.substring(0,1).toUpperCase())&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt;Does you know how to make the results look like Steve Charles Smith? 
&lt;BR /&gt;Thanks for your time.</description>
      <pubDate>Wed, 18 Feb 2015 19:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-How-do-you-code-a-NOT-EQUAL-on-a-string-type-column/m-p/2208359#M7621</guid>
      <dc:creator>profuse</dc:creator>
      <dc:date>2015-02-18T19:08:31Z</dc:date>
    </item>
  </channel>
</rss>

