<?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: cannot convert from boolean to String in tmap talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/cannot-convert-from-boolean-to-String-in-tmap-talend/m-p/2202463#M4155</link>
    <description>Hi
&lt;BR /&gt;Take a look at tfilterRow component, you can filter the rows with component.&amp;nbsp;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
    <pubDate>Thu, 22 Oct 2015 04:35:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-22T04:35:33Z</dc:date>
    <item>
      <title>cannot convert from boolean to String in tmap talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cannot-convert-from-boolean-to-String-in-tmap-talend/m-p/2202461#M4153</link>
      <description>HI team ,
&lt;BR /&gt;I m trying to check null or not null ..getting below error
&lt;BR /&gt;
&lt;BR /&gt;cannot convert from boolean to String . my input field is string .. though it is string its showing error message that its Boolean
&lt;BR /&gt;Please help
&lt;BR /&gt;regards
&lt;BR /&gt;MOhini</description>
      <pubDate>Wed, 21 Oct 2015 09:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cannot-convert-from-boolean-to-String-in-tmap-talend/m-p/2202461#M4153</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-21T09:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: cannot convert from boolean to String in tmap talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cannot-convert-from-boolean-to-String-in-tmap-talend/m-p/2202462#M4154</link>
      <description>You will need to show us what you have done. I suspect you are doing something like below.....&lt;BR /&gt;&lt;PRE&gt;myString!=null&lt;/PRE&gt;&lt;BR /&gt;This will result in a boolean. Or maybe you are using a function that results in a boolean.&lt;BR /&gt;To get round this, you need to know what you want to do if the variable is null and if it isn't. You can use an inline IF to deal with this like below....&lt;BR /&gt;&lt;PRE&gt;myString!=null ? myString : "myString is null"&lt;/PRE&gt;&lt;BR /&gt;The above says "If myString is not null, then use the value held by myString. Otherwise use 'myString is null'"</description>
      <pubDate>Wed, 21 Oct 2015 10:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cannot-convert-from-boolean-to-String-in-tmap-talend/m-p/2202462#M4154</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-21T10:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: cannot convert from boolean to String in tmap talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cannot-convert-from-boolean-to-String-in-tmap-talend/m-p/2202463#M4155</link>
      <description>Hi
&lt;BR /&gt;Take a look at tfilterRow component, you can filter the rows with component.&amp;nbsp;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 22 Oct 2015 04:35:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cannot-convert-from-boolean-to-String-in-tmap-talend/m-p/2202463#M4155</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-22T04:35:33Z</dc:date>
    </item>
  </channel>
</rss>

