<?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 Case Insensitive Join in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Case-Insensitive-Join/m-p/47835#M11410</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;
Is it possible to perform a case insensitive join?  The log files I'm working with have a field that contains values which begin with a prefix.  The case of the prefix does not appear to be consistent but the rest of the string value is.  Any help will be appreciated.  Thank you.&lt;/P&gt;

&lt;P&gt;Sam&lt;/P&gt;</description>
    <pubDate>Thu, 10 May 2012 07:08:32 GMT</pubDate>
    <dc:creator>slee8812</dc:creator>
    <dc:date>2012-05-10T07:08:32Z</dc:date>
    <item>
      <title>Case Insensitive Join</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Case-Insensitive-Join/m-p/47835#M11410</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
Is it possible to perform a case insensitive join?  The log files I'm working with have a field that contains values which begin with a prefix.  The case of the prefix does not appear to be consistent but the rest of the string value is.  Any help will be appreciated.  Thank you.&lt;/P&gt;

&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2012 07:08:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Case-Insensitive-Join/m-p/47835#M11410</guid>
      <dc:creator>slee8812</dc:creator>
      <dc:date>2012-05-10T07:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Case Insensitive Join</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Case-Insensitive-Join/m-p/47836#M11411</link>
      <description>&lt;P&gt;You could change the case for the relevant fields before performing the join, using &lt;CODE&gt;eval&lt;/CODE&gt;'s &lt;CODE&gt;lower()&lt;/CODE&gt; function. Something like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | eval myfield=lower(myfield) | join myfield [... | eval myfield=lower(myfield)]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 10 May 2012 08:03:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Case-Insensitive-Join/m-p/47836#M11411</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-05-10T08:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Case Insensitive Join</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Case-Insensitive-Join/m-p/47837#M11412</link>
      <description>&lt;P&gt;Thank you.  Worked like a charm.&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2012 18:46:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Case-Insensitive-Join/m-p/47837#M11412</guid>
      <dc:creator>slee8812</dc:creator>
      <dc:date>2012-05-10T18:46:22Z</dc:date>
    </item>
  </channel>
</rss>

