<?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 Inputlookup CSV two files, mapp table1 (file1) with table1 (file2) AND show the other information from file 2 in table 2,3,4.... in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Inputlookup-CSV-two-files-mapp-table1-file1-with-table1-file2/m-p/412533#M73014</link>
    <description>&lt;P&gt;Hi&lt;BR /&gt;
i`m new in splunk - i do not find the answer here in &amp;gt; answers&lt;BR /&gt;
as my  list_2 do have some other account information, i need to compare two lists&lt;/P&gt;

&lt;P&gt;the search should be:&lt;BR /&gt;
-  show me all identical numbers (accountId) from table 1 (field1) in list_1 and, in list_2 (also in table/field1 - accountId).&lt;/P&gt;

&lt;P&gt;file_1.csv&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;accountId
    123
    234
    345
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;file_2.csv&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;accountId, Name, City, accountId2
123, John, Texas,BA001
999, Paul, Vienna,BA009
345, Emma, New York,BA008
567, Smith, Indiana,BA004
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Result should be:&lt;BR /&gt;
Show me all customer, that are in file_1 AND file_2 (in table accountId). &lt;BR /&gt;
The result should show &lt;STRONG&gt;also&lt;/STRONG&gt; the information like accountId, name, city - taken from the list_2&lt;/P&gt;

&lt;P&gt;in this example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;accountId, Name, City
    123, John, Texas,BA001
    345, Emma, New York,BA008
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 29 Sep 2020 20:56:25 GMT</pubDate>
    <dc:creator>buzek</dc:creator>
    <dc:date>2020-09-29T20:56:25Z</dc:date>
    <item>
      <title>Inputlookup CSV two files, mapp table1 (file1) with table1 (file2) AND show the other information from file 2 in table 2,3,4....</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Inputlookup-CSV-two-files-mapp-table1-file1-with-table1-file2/m-p/412533#M73014</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;
i`m new in splunk - i do not find the answer here in &amp;gt; answers&lt;BR /&gt;
as my  list_2 do have some other account information, i need to compare two lists&lt;/P&gt;

&lt;P&gt;the search should be:&lt;BR /&gt;
-  show me all identical numbers (accountId) from table 1 (field1) in list_1 and, in list_2 (also in table/field1 - accountId).&lt;/P&gt;

&lt;P&gt;file_1.csv&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;accountId
    123
    234
    345
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;file_2.csv&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;accountId, Name, City, accountId2
123, John, Texas,BA001
999, Paul, Vienna,BA009
345, Emma, New York,BA008
567, Smith, Indiana,BA004
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Result should be:&lt;BR /&gt;
Show me all customer, that are in file_1 AND file_2 (in table accountId). &lt;BR /&gt;
The result should show &lt;STRONG&gt;also&lt;/STRONG&gt; the information like accountId, name, city - taken from the list_2&lt;/P&gt;

&lt;P&gt;in this example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;accountId, Name, City
    123, John, Texas,BA001
    345, Emma, New York,BA008
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:56:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Inputlookup-CSV-two-files-mapp-table1-file1-with-table1-file2/m-p/412533#M73014</guid>
      <dc:creator>buzek</dc:creator>
      <dc:date>2020-09-29T20:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Inputlookup CSV two files, mapp table1 (file1) with table1 (file2) AND show the other information from file 2 in table 2,3,4....</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Inputlookup-CSV-two-files-mapp-table1-file1-with-table1-file2/m-p/412534#M73015</link>
      <description>&lt;P&gt;@buzek,&lt;/P&gt;

&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|inputlookup file1.csv| lookup file2.csv accountId OUTPUT Name, City|where Name!=""
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 20 Aug 2018 05:10:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Inputlookup-CSV-two-files-mapp-table1-file1-with-table1-file2/m-p/412534#M73015</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2018-08-20T05:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Inputlookup CSV two files, mapp table1 (file1) with table1 (file2) AND show the other information from file 2 in table 2,3,4....</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Inputlookup-CSV-two-files-mapp-table1-file1-with-table1-file2/m-p/412535#M73016</link>
      <description>&lt;P&gt;thank you so much - works! &lt;/P&gt;</description>
      <pubDate>Mon, 20 Aug 2018 14:56:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Inputlookup-CSV-two-files-mapp-table1-file1-with-table1-file2/m-p/412535#M73016</guid>
      <dc:creator>buzek</dc:creator>
      <dc:date>2018-08-20T14:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Inputlookup CSV two files, mapp table1 (file1) with table1 (file2) AND show the other information from file 2 in table 2,3,4....</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Inputlookup-CSV-two-files-mapp-table1-file1-with-table1-file2/m-p/412536#M73017</link>
      <description>&lt;P&gt;and, how is the query:&lt;BR /&gt;
 show me all that are in list_1 but NOT in list 2? &lt;BR /&gt;
thanks&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 17:47:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Inputlookup-CSV-two-files-mapp-table1-file1-with-table1-file2/m-p/412536#M73017</guid>
      <dc:creator>buzek</dc:creator>
      <dc:date>2018-08-23T17:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Inputlookup CSV two files, mapp table1 (file1) with table1 (file2) AND show the other information from file 2 in table 2,3,4....</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Inputlookup-CSV-two-files-mapp-table1-file1-with-table1-file2/m-p/412537#M73018</link>
      <description>&lt;P&gt;i think i got it:&lt;BR /&gt;
(the table INC is new in my list - INC = Incident Number) &lt;BR /&gt;
|inputlookup test_file1.csv | lookup file2.csv accountId OUTPUT Name, City, INC|where accountId!=""&lt;BR /&gt;
| fillnull value=null INC | stats count by INC | where INC="null"&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 18:24:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Inputlookup-CSV-two-files-mapp-table1-file1-with-table1-file2/m-p/412537#M73018</guid>
      <dc:creator>buzek</dc:creator>
      <dc:date>2018-08-23T18:24:32Z</dc:date>
    </item>
  </channel>
</rss>

