<?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 create a consolidated report? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-consolidated-report/m-p/241080#M46791</link>
    <description>&lt;P&gt;I have 5 input CSV files received everyday. How can they be appended and stored everyday as one report when received? On any particular day, I want to have the details extracted from the 5 CSV input files, consolidate them in one report, and send this out in an email. How do I achieve this?&lt;/P&gt;

&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Fri, 19 Aug 2016 17:44:40 GMT</pubDate>
    <dc:creator>sai1234</dc:creator>
    <dc:date>2016-08-19T17:44:40Z</dc:date>
    <item>
      <title>How to create a consolidated report?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-consolidated-report/m-p/241080#M46791</link>
      <description>&lt;P&gt;I have 5 input CSV files received everyday. How can they be appended and stored everyday as one report when received? On any particular day, I want to have the details extracted from the 5 CSV input files, consolidate them in one report, and send this out in an email. How do I achieve this?&lt;/P&gt;

&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 17:44:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-consolidated-report/m-p/241080#M46791</guid>
      <dc:creator>sai1234</dc:creator>
      <dc:date>2016-08-19T17:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a consolidated report?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-consolidated-report/m-p/241081#M46792</link>
      <description>&lt;P&gt;Something like this may work.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup file1.csv | append [| inputlookup file2.csv] | append | inputlookup file3.csv] and so on | commands to generate your report
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Once you have the right report, you can schedule it to run automatically&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.2/Report/Schedulereports"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.2/Report/Schedulereports&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 18:01:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-consolidated-report/m-p/241081#M46792</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-08-19T18:01:44Z</dc:date>
    </item>
  </channel>
</rss>

