<?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: tMap with &amp;quot;LIKE&amp;quot; operator in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMap-with-quot-LIKE-quot-operator/m-p/2252451#M36086</link>
    <description>Yes, you can get that functionality from a tMap.
&lt;BR /&gt;In the tMap, in the lookup table turn on the expression filter. 
&lt;BR /&gt;put your condition in there. Then do the join in the normal way.</description>
    <pubDate>Mon, 02 Feb 2009 17:49:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-02-02T17:49:58Z</dc:date>
    <item>
      <title>tMap with "LIKE" operator</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-with-quot-LIKE-quot-operator/m-p/2252450#M36085</link>
      <description>Hello! 
&lt;BR /&gt;I have the following issue: 
&lt;BR /&gt;normally a join in a tMap - component works that way: 
&lt;BR /&gt;"luZWHashKey.KURZBEZ = mainrow.khnr;" 
&lt;BR /&gt;but what i would need now is some kind of "LIKE" parameter, for example: 
&lt;BR /&gt;mainrow.khnr.startsWith(luZWHashKey.KURZBEZ), so no exact match is needed. 
&lt;BR /&gt;Is this possible using a tMap? 
&lt;BR /&gt;Thanks in advance, 
&lt;BR /&gt;Stefan</description>
      <pubDate>Sat, 16 Nov 2024 14:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-with-quot-LIKE-quot-operator/m-p/2252450#M36085</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: tMap with "LIKE" operator</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-with-quot-LIKE-quot-operator/m-p/2252451#M36086</link>
      <description>Yes, you can get that functionality from a tMap.
&lt;BR /&gt;In the tMap, in the lookup table turn on the expression filter. 
&lt;BR /&gt;put your condition in there. Then do the join in the normal way.</description>
      <pubDate>Mon, 02 Feb 2009 17:49:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-with-quot-LIKE-quot-operator/m-p/2252451#M36086</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-02-02T17:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: tMap with "LIKE" operator</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-with-quot-LIKE-quot-operator/m-p/2252452#M36087</link>
      <description>Hello!&lt;BR /&gt;Thank you for the answer, but I hope it would be that easy.&lt;BR /&gt;The join should work if the main rows BEGINS with any value from the lookup row.&lt;BR /&gt;For example:&lt;BR /&gt;The main row has a value "ZVKsometext" and on value of the lookup (a database table) is "ZVK", the two should "match".&lt;BR /&gt;Any ideas?</description>
      <pubDate>Tue, 03 Feb 2009 08:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-with-quot-LIKE-quot-operator/m-p/2252452#M36087</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-02-03T08:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: tMap with "LIKE" operator</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-with-quot-LIKE-quot-operator/m-p/2252453#M36088</link>
      <description>Don't set a key column in your lookup and set in your lookup filter the following expression:
&lt;BR /&gt;
&lt;PRE&gt;main.myColumn1.startsWith(lookup.myColumn2)&lt;/PRE&gt;
&lt;BR /&gt;I hope it will work.</description>
      <pubDate>Tue, 03 Feb 2009 11:24:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-with-quot-LIKE-quot-operator/m-p/2252453#M36088</guid>
      <dc:creator>amaumont</dc:creator>
      <dc:date>2009-02-03T11:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: tMap with "LIKE" operator</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-with-quot-LIKE-quot-operator/m-p/2252454#M36089</link>
      <description>I would like to do a multi-way join with several database tables and have the resulting rows be an input to a tMap so that I can map the columns from these rows to an output schema. Can I simply associate a single query to a db input component? If so, how?</description>
      <pubDate>Thu, 12 Feb 2009 02:55:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-with-quot-LIKE-quot-operator/m-p/2252454#M36089</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-02-12T02:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: tMap with "LIKE" operator</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-with-quot-LIKE-quot-operator/m-p/2252455#M36090</link>
      <description>Yes, Each database input component has a place to enter a query. Then you need to edit the schema to match the output of your query.</description>
      <pubDate>Fri, 13 Feb 2009 00:46:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-with-quot-LIKE-quot-operator/m-p/2252455#M36090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-02-13T00:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: tMap with "LIKE" operator</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-with-quot-LIKE-quot-operator/m-p/2252456#M36091</link>
      <description>hi all,&lt;BR /&gt;my input row has data like abc xxxx def ghi and lkp data have def ghi &amp;nbsp;def xxxx xyz like how to lkp the flow?&lt;BR /&gt;thanks and regards&lt;BR /&gt;feroz syed</description>
      <pubDate>Mon, 11 Aug 2014 06:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-with-quot-LIKE-quot-operator/m-p/2252456#M36091</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-11T06:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: tMap with "LIKE" operator</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-with-quot-LIKE-quot-operator/m-p/2252457#M36092</link>
      <description>Hi Feroz,
&lt;BR /&gt;Your above description is not clear, but still&amp;nbsp;
&lt;BR /&gt;Input data main
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;abc xxxx def ghi&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Input data lookup lkp&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;def ghi &amp;nbsp;def xxxx xyz&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;YOu need lkp output, then use tMap, Inner join on def and ghi and get lkp columns in output&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Refer to tMap documentation for more details.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Thanks&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;vaibhav&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 11 Aug 2014 09:07:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-with-quot-LIKE-quot-operator/m-p/2252457#M36092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-11T09:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: tMap with "LIKE" operator</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-with-quot-LIKE-quot-operator/m-p/2252458#M36093</link>
      <description>Hello,
&lt;BR /&gt;I have a issue in mapping the columns in tMap
&lt;BR /&gt;i want to execute the like condition show below,
&lt;BR /&gt;a.column like 'abc%'; based on this condition i update or insert the data in the table.
&lt;BR /&gt;example:
&lt;BR /&gt;i have a table ABC:
&lt;BR /&gt;ID |column1 | column 2 |&amp;nbsp;column3 | column4 |.........
&lt;BR /&gt;1 &amp;nbsp;|name1 &amp;nbsp; &amp;nbsp;| abc001
&lt;BR /&gt;2 &amp;nbsp;|name2 &amp;nbsp; &amp;nbsp;| xyz001
&lt;BR /&gt;3 &amp;nbsp;|name2 &amp;nbsp; &amp;nbsp;| pqr002
&lt;BR /&gt;i have a condition here if&amp;nbsp;
&lt;BR /&gt;column2 like 'abc%' &amp;nbsp; true i will update the row&amp;nbsp;
&lt;BR /&gt;column2 like 'lmn%' &amp;nbsp;false i will insert new row
&lt;BR /&gt;how can i achieve these kind of condition using tMap ?
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Ashwath.</description>
      <pubDate>Thu, 09 Mar 2017 14:58:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-with-quot-LIKE-quot-operator/m-p/2252458#M36093</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2017-03-09T14:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: tMap with "LIKE" operator</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-with-quot-LIKE-quot-operator/m-p/2252459#M36094</link>
      <description>split flow into 2 with tMap by filters
&lt;BR /&gt;filter for 1 - length(col) &amp;gt;= 3 and (left(col,3)).equals("abc")
&lt;BR /&gt;filter for 2 - length(col) &amp;gt;=3 and (left(col,3)).equals("lmn")
&lt;BR /&gt;flow 1 send to INSERT, flow 2 send to UPDATE
&lt;BR /&gt;this is only example of logic, because You also can decide - what todo with other records? You can make double filter and send both to INSERT/UPDATE&amp;nbsp;</description>
      <pubDate>Thu, 09 Mar 2017 23:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-with-quot-LIKE-quot-operator/m-p/2252459#M36094</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-03-09T23:22:21Z</dc:date>
    </item>
  </channel>
</rss>

