<?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: inner join on two tables with case insensitive in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310561#M81672</link>
    <description>Shong's answer works. I think what you're missing is image 1 does a mapping ftom tMap1 tto tMap2 (mixed case to lowercase). The output from tMap1 is the lookup in tMap2 and the main file to tMap2 has the lowercase function applied to the mixes case field for the match</description>
    <pubDate>Thu, 17 Feb 2011 10:00:15 GMT</pubDate>
    <dc:creator>janhess</dc:creator>
    <dc:date>2011-02-17T10:00:15Z</dc:date>
    <item>
      <title>inner join on two tables with case insensitive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310553#M81664</link>
      <description>hi&lt;BR /&gt;I am very new to talend. I want to have inner join between two tables with case insensitive condition. can I force the join between two tables on a column &lt;BR /&gt;such that match returns true even if the data in two tables are in different case.&lt;BR /&gt;Any help on this is very much appriciated.</description>
      <pubDate>Sat, 16 Nov 2024 13:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310553#M81664</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: inner join on two tables with case insensitive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310554#M81665</link>
      <description>Hello guy
&lt;BR /&gt;Before you join the two column, you need convert the lookup column to lowercase or uppercase, see my screenshots.
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 28 Aug 2009 04:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310554#M81665</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-28T04:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: inner join on two tables with case insensitive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310555#M81666</link>
      <description>Hi Shong
&lt;BR /&gt;This will work only when all the data for column (lowername) in out2 table are in 
&lt;BR /&gt;in lowercase. My problem is that some data arein lower case and some are in upper case and
&lt;BR /&gt;some even in mixed case.
&lt;BR /&gt;I want to match for equalsIgnoreCase condition between the tables out2 and row1.</description>
      <pubDate>Fri, 28 Aug 2009 17:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310555#M81666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-28T17:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: inner join on two tables with case insensitive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310556#M81667</link>
      <description>Looks like you would have to do a transform to your field before the tMap to make it a fixed case and then do the tMap.  Is this correct?</description>
      <pubDate>Sun, 30 Aug 2009 03:22:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310556#M81667</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-30T03:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: inner join on two tables with case insensitive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310557#M81668</link>
      <description>Hello vk_sang
&lt;BR /&gt;My job works for all case, contains lowercase, upper case and mixed case. I convert all case to lower case and compare them.
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Mon, 31 Aug 2009 03:41:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310557#M81668</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-31T03:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: inner join on two tables with case insensitive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310558#M81669</link>
      <description>Hi Shong; 
&lt;BR /&gt;If i have data in one table all in lower case and data in another table in mixed case then there is no problem; However problem is that in one table there are duplicate email addresses in different cases and in another table there are unique email address but it can be in any case for the same user. Now I have to do an inner join between the main table which contains duplicate emails and look up table which contains unique email address. So i cant convert them to any specific case. Only solution is if i can have something which can compare the email in two tables with equalIgnoreCase feature the way we do in java it should work and I am not able to find any component in Talend which it can do it for me. 
&lt;BR /&gt;Regards 
&lt;BR /&gt;VK</description>
      <pubDate>Tue, 01 Sep 2009 10:00:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310558#M81669</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-01T10:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: inner join on two tables with case insensitive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310559#M81670</link>
      <description>I just came across the same problem - lookups on tMaps are case sensitive.   The solution I came up with was to insert a new tMap on one of the lookup tables, with an "uc()" transformation on each of the fields as it got mapped from input to output.    You can then join these upper case inputs with uc() matches on the other table.&lt;BR /&gt;Ugyl but it works.&lt;BR /&gt;(this is kind of unfortunate - the default collating sequence for mySQL is case insensitive, however the lookups in tMap are case sensitive, which caused me to scratch my head for a long time trying to determine why Talend wasn't doing what I thought it should for tMap lookups.)</description>
      <pubDate>Tue, 06 Oct 2009 00:38:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310559#M81670</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-06T00:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: inner join on two tables with case insensitive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310560#M81671</link>
      <description>Shong,
&lt;BR /&gt;Can you provide an image of the actual job for doing this?
&lt;BR /&gt;I am running into the same issue where my Incoming data is camelCased, and the data in MySQL is mixed between all upper, first letter upper, all lower, camelCased, etc...
&lt;BR /&gt;How do i get this running so that the Inner Join match is case insensitive?
&lt;BR /&gt;I have 8 tables that join the incoming data.
&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 16 Feb 2011 19:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310560#M81671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-16T19:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: inner join on two tables with case insensitive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310561#M81672</link>
      <description>Shong's answer works. I think what you're missing is image 1 does a mapping ftom tMap1 tto tMap2 (mixed case to lowercase). The output from tMap1 is the lookup in tMap2 and the main file to tMap2 has the lowercase function applied to the mixes case field for the match</description>
      <pubDate>Thu, 17 Feb 2011 10:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310561#M81672</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2011-02-17T10:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: inner join on two tables with case insensitive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310562#M81673</link>
      <description>I think i have this working, but is there a way to filter out or ignore incoming records that 'null' in the field i am joining on?&lt;BR /&gt;It seems that if the field that I am trying to join on contains 'null', i get a 'java.lang.NullPointerException' error.&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 18 Feb 2011 16:10:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310562#M81673</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-18T16:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: inner join on two tables with case insensitive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310563#M81674</link>
      <description>You could use the expression filter on the input row to ignore nulls.</description>
      <pubDate>Fri, 18 Feb 2011 16:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310563#M81674</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2011-02-18T16:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: inner join on two tables with case insensitive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310564#M81675</link>
      <description>janhess: 
&lt;BR /&gt;Thanks for the follow up. 
&lt;BR /&gt;I had tried that, but it doesnt seem to be sticking. Here's more info on my situation: 
&lt;BR /&gt;I have 1 excel file pulling in the records. 
&lt;BR /&gt;there are 3 columns with string based values that are values of a record in one of 3 tables of lists. 
&lt;BR /&gt;excel file: 
&lt;BR /&gt;id | make | drive | color 
&lt;BR /&gt;1 | Honda | AWD | red 
&lt;BR /&gt;2 | HonDa | | blue 
&lt;BR /&gt;3 | Dodge | Rwd | Black 
&lt;BR /&gt;4 | Dodge | 4x4 | 
&lt;BR /&gt;Tables: 
&lt;BR /&gt;Make: 
&lt;BR /&gt;1 | Honda 
&lt;BR /&gt;2 | DODGE 
&lt;BR /&gt;Drive: 
&lt;BR /&gt;1 | awd 
&lt;BR /&gt;2 | RWD 
&lt;BR /&gt;3 | 4X4 
&lt;BR /&gt;Color: 
&lt;BR /&gt;1 | Green 
&lt;BR /&gt;2 | RED 
&lt;BR /&gt;3 | BlacK 
&lt;BR /&gt;4 | BLUE 
&lt;BR /&gt;I need to pull in all records, no matter the case. This part seems to be working. 
&lt;BR /&gt;I am getting hung up I think when there is a missing attribute that is actually blank on the incoming rows such as : 
&lt;BR /&gt;id | make | drive | color 
&lt;BR /&gt;2 | HonDa | | blue (which should end up in the reciving table as: 2 | 1 | null | 4) 
&lt;BR /&gt;4 | Dodge | 4x4 | (which should end up in the reciving table as: 4 | 2 | 3 | null) 
&lt;BR /&gt;for these two records, for record #2, drive should just end up being 'null' when it gets inserted into the receiving table 
&lt;BR /&gt;and Color should be 'null' as well. 
&lt;BR /&gt;I added !Relational.ISNULL(incoming.drive) to the filter of initial tMap where I was doing the 'toLowerCase', but that didnt work. When I added it to the main tMap, I am getting an error there as well. 
&lt;BR /&gt;Is there a better/more accurate expression/location that I should be adding these? 
&lt;BR /&gt;thanks again for any / all help you can provide.</description>
      <pubDate>Fri, 18 Feb 2011 17:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310564#M81675</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-18T17:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: inner join on two tables with case insensitive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310565#M81676</link>
      <description>In that case don't select the inner join.</description>
      <pubDate>Mon, 21 Feb 2011 09:28:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310565#M81676</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2011-02-21T09:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: inner join on two tables with case insensitive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310566#M81677</link>
      <description>Hi &lt;BR /&gt;I have some 100 tables in one database on one server and I want to copy all the tables along with the all the data to a different  database on another server. How can I do this bulk migration.&lt;BR /&gt;Any help is much appreciated</description>
      <pubDate>Wed, 15 May 2013 12:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310566#M81677</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-15T12:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: inner join on two tables with case insensitive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310567#M81678</link>
      <description>You could try posting a new topic.</description>
      <pubDate>Wed, 15 May 2013 14:36:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310567#M81678</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2013-05-15T14:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: inner join on two tables with case insensitive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310568#M81679</link>
      <description>Hi vk_sang, 
&lt;BR /&gt;Perhaps this related forum will help you 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCq36CAC" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/Copy-a-database/td-p/106219&lt;/A&gt;. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 16 May 2013 04:53:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310568#M81679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-16T04:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: inner join on two tables with case insensitive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310569#M81680</link>
      <description>Hello,
&lt;BR /&gt;I am trying to do the same as in the initial post, however I do not see the screenshots as indicated in the first (shong's) response. Would someone please repost images, or explain steps to get lookup column in lowercase in order to do the join?
&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Fri, 27 Jan 2017 10:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310569#M81680</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-27T10:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: inner join on two tables with case insensitive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310570#M81681</link>
      <description>I don't know if this was how it was done, but one way I got it done was using another tMap to feed into another.</description>
      <pubDate>Fri, 27 Jan 2017 13:27:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310570#M81681</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-27T13:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: inner join on two tables with case insensitive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310571#M81682</link>
      <description>Hi Shong,
&lt;BR /&gt;
&lt;BR /&gt;I am not able to see the screenshots please help.
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Saiba</description>
      <pubDate>Tue, 16 Oct 2018 11:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310571#M81682</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-16T11:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: inner join on two tables with case insensitive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310572#M81683</link>
      <description>&lt;P&gt;Can you pls share the screenshot as a solution to this issue plss&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 08:23:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/inner-join-on-two-tables-with-case-insensitive/m-p/2310572#M81683</guid>
      <dc:creator>Niki1</dc:creator>
      <dc:date>2019-07-11T08:23:31Z</dc:date>
    </item>
  </channel>
</rss>

