<?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 How to compare two matching field from two look up table? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-two-matching-field-from-two-look-up-table/m-p/654297#M226087</link>
    <description>&lt;P&gt;I have two lookup table call lookup1.csv and lookup2.csv both has matching field call fullname.&lt;BR /&gt;I want match my lookup1.csv to lookup2.csv and output the value not in the lookup1.csv byt in the lookup2.csv?&lt;/P&gt;
&lt;P&gt;| inputlookup lookup1.csv | search NOT [| inputlookup lookup.csv | field fullname]&lt;BR /&gt;&lt;BR /&gt;but this SPL displaying result found in the both look table. Is any way to do this in splunk?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ADDVANCE Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 14 Aug 2023 17:47:41 GMT</pubDate>
    <dc:creator>abi2023</dc:creator>
    <dc:date>2023-08-14T17:47:41Z</dc:date>
    <item>
      <title>How to compare two matching field from two look up table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-two-matching-field-from-two-look-up-table/m-p/654297#M226087</link>
      <description>&lt;P&gt;I have two lookup table call lookup1.csv and lookup2.csv both has matching field call fullname.&lt;BR /&gt;I want match my lookup1.csv to lookup2.csv and output the value not in the lookup1.csv byt in the lookup2.csv?&lt;/P&gt;
&lt;P&gt;| inputlookup lookup1.csv | search NOT [| inputlookup lookup.csv | field fullname]&lt;BR /&gt;&lt;BR /&gt;but this SPL displaying result found in the both look table. Is any way to do this in splunk?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ADDVANCE Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 17:47:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-two-matching-field-from-two-look-up-table/m-p/654297#M226087</guid>
      <dc:creator>abi2023</dc:creator>
      <dc:date>2023-08-14T17:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare two matching field from two look up table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-two-matching-field-from-two-look-up-table/m-p/654299#M226089</link>
      <description>&lt;P&gt;Your query is pretty close.&amp;nbsp; Try the &lt;FONT face="courier new,courier"&gt;where&lt;/FONT&gt; option to &lt;FONT face="courier new,courier"&gt;inputlookup&lt;/FONT&gt; and use the &lt;FONT face="courier new,courier"&gt;format&lt;/FONT&gt; command to put the subsearch results in the right format.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup lookup1.csv where NOT [| inputlookup lookup.csv | field fullname | format ]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 17:57:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-two-matching-field-from-two-look-up-table/m-p/654299#M226089</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-08-14T17:57:39Z</dc:date>
    </item>
  </channel>
</rss>

