<?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: Checking if a field contains a value from a lookup in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Checking-if-a-field-contains-a-value-from-a-lookup/m-p/2323423#M93271</link>
    <description>Hi Simon 
&lt;BR /&gt;You can use a tjoin or tMap do a inner join, if the output has rows, that means the input column contains a value from a lookup. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
    <pubDate>Mon, 22 Aug 2011 02:44:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-08-22T02:44:50Z</dc:date>
    <item>
      <title>Checking if a field contains a value from a lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Checking-if-a-field-contains-a-value-from-a-lookup/m-p/2323422#M93270</link>
      <description>Hi, 
&lt;BR /&gt;I am trying to achieve the following. Can anyone tell me if this is actually possible and if so, how to do it. 
&lt;BR /&gt;I have an input column that may or may not contain a name. The name would only be a part of the data in the field. There is other information. 
&lt;BR /&gt;I also have a table that contains 100,000+ names. 
&lt;BR /&gt;I want to take the input column, then lookup against the names dataset to check if a name is contained within the input field. I know if there was only the name in the input column, I could easily just use a tjoin. Because there is other data, not sure on what components to use. 
&lt;BR /&gt;Any ideas on how to do this? 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Simon</description>
      <pubDate>Sat, 16 Nov 2024 12:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Checking-if-a-field-contains-a-value-from-a-lookup/m-p/2323422#M93270</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Checking if a field contains a value from a lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Checking-if-a-field-contains-a-value-from-a-lookup/m-p/2323423#M93271</link>
      <description>Hi Simon 
&lt;BR /&gt;You can use a tjoin or tMap do a inner join, if the output has rows, that means the input column contains a value from a lookup. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 22 Aug 2011 02:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Checking-if-a-field-contains-a-value-from-a-lookup/m-p/2323423#M93271</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-22T02:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Checking if a field contains a value from a lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Checking-if-a-field-contains-a-value-from-a-lookup/m-p/2323424#M93272</link>
      <description>Hi Shong, 
&lt;BR /&gt;I guess what I didn't explain properly is the input field has text (multiple words) in it which only one of may be a name so a lookup using a tJoin would always fail. 
&lt;BR /&gt;What I need would be a lookup similar to in sql the like comparison operator except against multiple lookup values. 
&lt;BR /&gt;e.g. inputrow.field like '%lookuprow.field%' 
&lt;BR /&gt;So is there a component like tJoin or tFuzzyJoin that rather than containing exact match or metaphone for example, has a "contains" operator. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Simon</description>
      <pubDate>Mon, 22 Aug 2011 02:52:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Checking-if-a-field-contains-a-value-from-a-lookup/m-p/2323424#M93272</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-22T02:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Checking if a field contains a value from a lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Checking-if-a-field-contains-a-value-from-a-lookup/m-p/2323425#M93273</link>
      <description>Hi 
&lt;BR /&gt;I get you now, do a left outer join on tMap, add a filter condition on output table, for example:
&lt;BR /&gt;row1.input_column.contains(row2.name)
&lt;BR /&gt;If the output table has rows, that means it contains value from a lookup.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 22 Aug 2011 03:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Checking-if-a-field-contains-a-value-from-a-lookup/m-p/2323425#M93273</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-22T03:24:41Z</dc:date>
    </item>
  </channel>
</rss>

