<?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: talend cannot convert from string to boolean in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/talend-cannot-convert-from-string-to-boolean/m-p/2325874#M95424</link>
    <description>To simulate a LIKE operator, try something like this as a filter&amp;nbsp;:
&lt;BR /&gt;
&lt;BR /&gt;StringHandling.LEFT(row3.Organization_Name ,1).equals("M")</description>
    <pubDate>Mon, 04 Jan 2016 20:12:09 GMT</pubDate>
    <dc:creator>rgagnon</dc:creator>
    <dc:date>2016-01-04T20:12:09Z</dc:date>
    <item>
      <title>talend cannot convert from string to boolean</title>
      <link>https://community.qlik.com/t5/Talend-Studio/talend-cannot-convert-from-string-to-boolean/m-p/2325873#M95423</link>
      <description>&lt;P&gt;Hi Team,&lt;BR /&gt;I have input field&amp;nbsp; is string and output is also string.&lt;BR /&gt;&lt;BR /&gt;Using this field to write expression (I need to filter data based on this condition) row3.Organization_Name.equals("MM")&lt;BR /&gt;and also I tried row3.Organization_Name=="MM"&lt;BR /&gt;&lt;BR /&gt;but it gives error cannot convert string to Boolean. can u please help me with solution&lt;BR /&gt;&lt;BR /&gt;do we have like operator in talen..because I need to handle row3.Organization_Name like"M%"&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2016 18:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/talend-cannot-convert-from-string-to-boolean/m-p/2325873#M95423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-04T18:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: talend cannot convert from string to boolean</title>
      <link>https://community.qlik.com/t5/Talend-Studio/talend-cannot-convert-from-string-to-boolean/m-p/2325874#M95424</link>
      <description>To simulate a LIKE operator, try something like this as a filter&amp;nbsp;:
&lt;BR /&gt;
&lt;BR /&gt;StringHandling.LEFT(row3.Organization_Name ,1).equals("M")</description>
      <pubDate>Mon, 04 Jan 2016 20:12:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/talend-cannot-convert-from-string-to-boolean/m-p/2325874#M95424</guid>
      <dc:creator>rgagnon</dc:creator>
      <dc:date>2016-01-04T20:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: talend cannot convert from string to boolean</title>
      <link>https://community.qlik.com/t5/Talend-Studio/talend-cannot-convert-from-string-to-boolean/m-p/2325875#M95425</link>
      <description>The String class should have all you need.&lt;BR /&gt;You can say&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;row3.Organization_Name.startsWith("M")&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;I'm not sure why your example would give you a String to Boolean error. You definitely cannot use "==" as this will always return false.&lt;BR /&gt;And don't forget to always null test first.&amp;nbsp;</description>
      <pubDate>Tue, 05 Jan 2016 10:38:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/talend-cannot-convert-from-string-to-boolean/m-p/2325875#M95425</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-05T10:38:07Z</dc:date>
    </item>
  </channel>
</rss>

