<?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 lookup based on string.contains in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMap-lookup-based-on-string-contains/m-p/2210553#M8941</link>
    <description>Is above topic is resolved I too have some scenario like this?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.talendforge.org/forum/viewtopic.php?pid=198364#p198364" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.talendforge.org/forum/viewtopic.php?pid=198364#p198364&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Hi Team&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;I have a requirment, I want to join to files based on column which has some discrepency like&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Source File:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;ColA&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;xyz&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;abc&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;lkj&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;LookUp File:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;ColA&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;post,xyz&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;abc,deu&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;so I want to join xyz with post,xyz &amp;amp; abc with abc,deu&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;I cannot use split function because separator is not constant it is changing across the file.&lt;/FONT&gt;&lt;/FONT&gt;</description>
    <pubDate>Wed, 04 Jan 2017 11:46:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-01-04T11:46:23Z</dc:date>
    <item>
      <title>tMap lookup based on string.contains</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-lookup-based-on-string-contains/m-p/2210551#M8939</link>
      <description>Hey all,
&lt;BR /&gt;I am trying to do a lookup based on a string contains. The data that is coming in from the source column looks like
&lt;BR /&gt;'abc' and the target column has data that is 'bgh abc ceh'.
&lt;BR /&gt;Lets say that 'abc' comes from l1_new.col1 and the target is targ.col1
&lt;BR /&gt;I am trying to do a 
&lt;BR /&gt;l1_new.col1.contains(targ.col1), but am getting a NullPointer exception. I'm having no luck on this issue with my googlefu, and any help is greatly appreciated!
&lt;BR /&gt;Thank you.</description>
      <pubDate>Sat, 16 Nov 2024 12:10:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-lookup-based-on-string-contains/m-p/2210551#M8939</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: tMap lookup based on string.contains</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-lookup-based-on-string-contains/m-p/2210552#M8940</link>
      <description>For a start, if you've joined on fact_rev_input.INPUT_LINE_ITEM_NKEY=lu_line_item_digio.DIGIO_LINE_ITEM_NKEY there's no point having a "contains" condition. 
&lt;BR /&gt;Secondly, the contains method will throw an NPE if either of those variables are null. 
&lt;BR /&gt;Finally, the effect of the filter expression for left-join lookups is to treat all fields from the lookup row as null not to actually filter the rows from the lookup. Daft, isn't it! So the NPE could be coming from something you're doing in the output that tries to work with the data from the lookup. You need to determine exactly what expression is causing the NPE. Switch to the Code tab in your job (bottom left of your design workspace) and go to the line number specified in the first row of the error stack trace.</description>
      <pubDate>Thu, 04 Oct 2012 08:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-lookup-based-on-string-contains/m-p/2210552#M8940</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2012-10-04T08:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: tMap lookup based on string.contains</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-lookup-based-on-string-contains/m-p/2210553#M8941</link>
      <description>Is above topic is resolved I too have some scenario like this?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.talendforge.org/forum/viewtopic.php?pid=198364#p198364" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.talendforge.org/forum/viewtopic.php?pid=198364#p198364&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Hi Team&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;I have a requirment, I want to join to files based on column which has some discrepency like&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Source File:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;ColA&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;xyz&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;abc&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;lkj&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;LookUp File:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;ColA&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;post,xyz&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;abc,deu&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;so I want to join xyz with post,xyz &amp;amp; abc with abc,deu&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;I cannot use split function because separator is not constant it is changing across the file.&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 04 Jan 2017 11:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-lookup-based-on-string-contains/m-p/2210553#M8941</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-04T11:46:23Z</dc:date>
    </item>
  </channel>
</rss>

