<?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 I have to combine two csv files of the lookup? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/I-have-to-combine-two-csv-files-of-the-lookup/m-p/320173#M59784</link>
    <description>&lt;P&gt;The field is having created date till some time in first file and after that duration i have the data in other csv file .How can I combine these files ?Each  of the file is having one unique field values for one particular field .Just take it as field1&lt;/P&gt;</description>
    <pubDate>Fri, 19 Jan 2018 06:00:36 GMT</pubDate>
    <dc:creator>chitreshakumar</dc:creator>
    <dc:date>2018-01-19T06:00:36Z</dc:date>
    <item>
      <title>I have to combine two csv files of the lookup?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/I-have-to-combine-two-csv-files-of-the-lookup/m-p/320173#M59784</link>
      <description>&lt;P&gt;The field is having created date till some time in first file and after that duration i have the data in other csv file .How can I combine these files ?Each  of the file is having one unique field values for one particular field .Just take it as field1&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 06:00:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/I-have-to-combine-two-csv-files-of-the-lookup/m-p/320173#M59784</guid>
      <dc:creator>chitreshakumar</dc:creator>
      <dc:date>2018-01-19T06:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: I have to combine two csv files of the lookup?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/I-have-to-combine-two-csv-files-of-the-lookup/m-p/320174#M59785</link>
      <description>&lt;P&gt;hi,&lt;BR /&gt;
Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup lookup1.csv |table field1| append [| inputlookup append=true lookup2.csv |table field1] | table field1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 19 Jan 2018 06:06:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/I-have-to-combine-two-csv-files-of-the-lookup/m-p/320174#M59785</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-01-19T06:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: I have to combine two csv files of the lookup?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/I-have-to-combine-two-csv-files-of-the-lookup/m-p/320175#M59786</link>
      <description>&lt;P&gt;Will that contain created date field along with field1.Or should I add &lt;BR /&gt;
     | inputlookup lookup1.csv |table field1,created_date| append [| inputlookup append=true lookup2.csv |table field1,created_date] | table field1,created_date&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:45:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/I-have-to-combine-two-csv-files-of-the-lookup/m-p/320175#M59786</guid>
      <dc:creator>chitreshakumar</dc:creator>
      <dc:date>2020-09-29T17:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: I have to combine two csv files of the lookup?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/I-have-to-combine-two-csv-files-of-the-lookup/m-p/320176#M59787</link>
      <description>&lt;P&gt;yes you need to add &lt;BR /&gt;
or try this also:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup lookup1.csv | append [| inputlookup append=true lookup2.csv ] | table field1, created_date
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 19 Jan 2018 06:11:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/I-have-to-combine-two-csv-files-of-the-lookup/m-p/320176#M59787</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-01-19T06:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: I have to combine two csv files of the lookup?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/I-have-to-combine-two-csv-files-of-the-lookup/m-p/320177#M59788</link>
      <description>&lt;P&gt;Ok Thanks!!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 06:20:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/I-have-to-combine-two-csv-files-of-the-lookup/m-p/320177#M59788</guid>
      <dc:creator>chitreshakumar</dc:creator>
      <dc:date>2018-01-19T06:20:00Z</dc:date>
    </item>
  </channel>
</rss>

