<?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: [resolved] Case sensitive issue in primary key in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Case-sensitive-issue-in-primary-key/m-p/2321797#M91795</link>
    <description>Thank you very much Rhall_2.0 and yashwanth for the suggestions. 
&lt;BR /&gt; 
&lt;BR /&gt;Got solution for it 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Vinoth Kumar K</description>
    <pubDate>Tue, 15 Dec 2015 04:51:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-12-15T04:51:42Z</dc:date>
    <item>
      <title>[resolved] Case sensitive issue in primary key</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Case-sensitive-issue-in-primary-key/m-p/2321794#M91792</link>
      <description>&lt;P&gt;Hi ,&lt;BR /&gt;&lt;STRONG&gt;File1.csv&lt;/STRONG&gt;&lt;BR /&gt;name;&lt;BR /&gt;vinoth&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;File2.csv&lt;BR /&gt;&lt;/STRONG&gt;name1;type2&lt;BR /&gt;VINOTH;In-house&lt;BR /&gt;ANTONY;External&lt;BR /&gt;if name field of file1.csv matches with name1 of file2.csv , type2 value should be assigned to a variable &lt;BR /&gt;&lt;BR /&gt;if vinoth == VINOTH , i should get the value of "In-house"&lt;BR /&gt;&lt;BR /&gt;We have case sensitive issue , one field is in small case and another field is in upper case&lt;BR /&gt;Please help me&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Vinoth Kumar K&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2015 10:25:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Case-sensitive-issue-in-primary-key/m-p/2321794#M91792</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-14T10:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Case sensitive issue in primary key</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Case-sensitive-issue-in-primary-key/m-p/2321795#M91793</link>
      <description>In your comparison use something like the following.....
&lt;BR /&gt;
&lt;BR /&gt;
&lt;PRE&gt;row1.field.trim().compareToIgnoreCase(row2.field.trim())==0&lt;/PRE&gt;
&lt;BR /&gt;
&lt;BR /&gt;The above will check that the values held by the fields hold the same values ignoring case and extra spaces at the beginning or end of the String.&amp;nbsp;</description>
      <pubDate>Mon, 14 Dec 2015 11:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Case-sensitive-issue-in-primary-key/m-p/2321795#M91793</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-14T11:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Case sensitive issue in primary key</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Case-sensitive-issue-in-primary-key/m-p/2321796#M91794</link>
      <description>connect a tmap component before file2 and convert name column to lowercase.&lt;BR /&gt;its temporary solution.</description>
      <pubDate>Mon, 14 Dec 2015 11:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Case-sensitive-issue-in-primary-key/m-p/2321796#M91794</guid>
      <dc:creator>yashwanth1</dc:creator>
      <dc:date>2015-12-14T11:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Case sensitive issue in primary key</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Case-sensitive-issue-in-primary-key/m-p/2321797#M91795</link>
      <description>Thank you very much Rhall_2.0 and yashwanth for the suggestions. 
&lt;BR /&gt; 
&lt;BR /&gt;Got solution for it 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Vinoth Kumar K</description>
      <pubDate>Tue, 15 Dec 2015 04:51:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Case-sensitive-issue-in-primary-key/m-p/2321797#M91795</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-15T04:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Case sensitive issue in primary key</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Case-sensitive-issue-in-primary-key/m-p/2321798#M91796</link>
      <description>Also, you can set this post as resolved for other forum members to know that they need not try and help you out anymore.</description>
      <pubDate>Tue, 15 Dec 2015 08:51:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Case-sensitive-issue-in-primary-key/m-p/2321798#M91796</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-15T08:51:56Z</dc:date>
    </item>
  </channel>
</rss>

