<?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 Re: Excel CSV/TSV Export in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Excel-CSV-TSV-Export/m-p/91783#M19080</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;thanks for the quick answer.&lt;BR /&gt;
This would work, if the fields were not multiline.&lt;/P&gt;

&lt;P&gt;The main reason is the inconvenience for the user.&lt;/P&gt;

&lt;P&gt;Goal is that the export can directly opened in MS Excel.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Jens&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Fri, 29 Apr 2011 13:06:41 GMT</pubDate>
    <dc:creator>JensT</dc:creator>
    <dc:date>2011-04-29T13:06:41Z</dc:date>
    <item>
      <title>Excel CSV/TSV Export</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Excel-CSV-TSV-Export/m-p/91781#M19078</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;we have records with multiline fields.&lt;BR /&gt;
If you do an CSV-export, MS Excel struggles as the export is really comma-separated.&lt;BR /&gt;
Excel can only handle semicolon- or tab-separated values.&lt;/P&gt;

&lt;P&gt;The Splunk Python Modules are already capable to do "Excel-CSV".&lt;/P&gt;

&lt;P&gt;How and where can we tell Splunk to export "Excel-CSV"?&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Jens&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2011 10:01:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Excel-CSV-TSV-Export/m-p/91781#M19078</guid>
      <dc:creator>JensT</dc:creator>
      <dc:date>2011-04-29T10:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Excel CSV/TSV Export</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Excel-CSV-TSV-Export/m-p/91782#M19079</link>
      <description>&lt;P&gt;Actually Excel can handle just about any delimiter if you use the "Text import Wizard". I use this feature quite often. This link might help :&lt;BR /&gt;
&lt;A href="http://office.microsoft.com/en-us/excel-help/text-import-wizard-HP010102244.aspx"&gt;http://office.microsoft.com/en-us/excel-help/text-import-wizard-HP010102244.aspx&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2011 12:33:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Excel-CSV-TSV-Export/m-p/91782#M19079</guid>
      <dc:creator>JSapienza</dc:creator>
      <dc:date>2011-04-29T12:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Excel CSV/TSV Export</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Excel-CSV-TSV-Export/m-p/91783#M19080</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;thanks for the quick answer.&lt;BR /&gt;
This would work, if the fields were not multiline.&lt;/P&gt;

&lt;P&gt;The main reason is the inconvenience for the user.&lt;/P&gt;

&lt;P&gt;Goal is that the export can directly opened in MS Excel.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Jens&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 29 Apr 2011 13:06:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Excel-CSV-TSV-Export/m-p/91783#M19080</guid>
      <dc:creator>JensT</dc:creator>
      <dc:date>2011-04-29T13:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Excel CSV/TSV Export</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Excel-CSV-TSV-Export/m-p/91784#M19081</link>
      <description>&lt;P&gt;Then you might need to look at how the events are being indexed. It's possible the event boundaries are not correct. Just a guess, without seeing your data, you might have to edit the props.conf for this sourcetype to correct line breaking on multi-line events.  &lt;A href="http://www.splunk.com/base/Documentation/4.2.1/Data/Indexmulti-lineevents"&gt;http://www.splunk.com/base/Documentation/4.2.1/Data/Indexmulti-lineevents&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2011 13:35:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Excel-CSV-TSV-Export/m-p/91784#M19081</guid>
      <dc:creator>JSapienza</dc:creator>
      <dc:date>2011-04-29T13:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Excel CSV/TSV Export</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Excel-CSV-TSV-Export/m-p/91785#M19082</link>
      <description>&lt;P&gt;I may not be taking the same path you are, but when I "Export results" from search in the UI and save it as CSV, Excel 2007 doesn't have any problem opening the file even though the _raw data I have is multiline.&lt;/P&gt;

&lt;P&gt;When I try to run the CSV file through the text import wizard, it doesn't handle the multiline fields well.  It treats every newline in the file as a new row in the Excel file.  What I found was the only way to get multiline CSV values into Excel was to open the file directly into Excel.  Text import didn't handle the multiline fields for me.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2011 19:02:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Excel-CSV-TSV-Export/m-p/91785#M19082</guid>
      <dc:creator>frink</dc:creator>
      <dc:date>2011-04-29T19:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Excel CSV/TSV Export</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Excel-CSV-TSV-Export/m-p/91786#M19083</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;we're using Office 2003 and Splunk 4.1.7&lt;/P&gt;

&lt;P&gt;The search is like:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;| table a, b ,c&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;a and b are multiline.&lt;/P&gt;

&lt;P&gt;When opening it directly in excel, for each newline in the field a new row is created in excel.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;HJens&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2011 12:46:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Excel-CSV-TSV-Export/m-p/91786#M19083</guid>
      <dc:creator>JensT</dc:creator>
      <dc:date>2011-04-30T12:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Excel CSV/TSV Export</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Excel-CSV-TSV-Export/m-p/91787#M19084</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;The _raw event is fine.&lt;BR /&gt;
We're using Splunk 4.1.7.&lt;BR /&gt;
Thanks for the hint, i will keep it in mind when we upgrade to 4.2&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Jens&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Sat, 30 Apr 2011 12:49:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Excel-CSV-TSV-Export/m-p/91787#M19084</guid>
      <dc:creator>JensT</dc:creator>
      <dc:date>2011-04-30T12:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Excel CSV/TSV Export</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Excel-CSV-TSV-Export/m-p/91788#M19085</link>
      <description>&lt;P&gt;See the Excel Export app:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://splunk-base.splunk.com/apps/29336/splunk-for-excel-export"&gt;http://splunk-base.splunk.com/apps/29336/splunk-for-excel-export&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2012 17:53:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Excel-CSV-TSV-Export/m-p/91788#M19085</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2012-02-01T17:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Excel CSV/TSV Export</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Excel-CSV-TSV-Export/m-p/91789#M19086</link>
      <description>&lt;P&gt;Maybe this helps? &lt;A href="https://splunkbase.splunk.com/app/1832/"&gt;https://splunkbase.splunk.com/app/1832/&lt;/A&gt; ?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2016 15:22:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Excel-CSV-TSV-Export/m-p/91789#M19086</guid>
      <dc:creator>dominiquevocat</dc:creator>
      <dc:date>2016-01-12T15:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Excel CSV/TSV Export</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Excel-CSV-TSV-Export/m-p/91790#M19087</link>
      <description>&lt;P&gt;Hi Araitz,&lt;/P&gt;

&lt;P&gt;I have installed the addon i  version 6.6.6 but the addon is not working as per the functionality &lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 08:39:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Excel-CSV-TSV-Export/m-p/91790#M19087</guid>
      <dc:creator>iamarkaprabha</dc:creator>
      <dc:date>2018-10-01T08:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Excel CSV/TSV Export</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Excel-CSV-TSV-Export/m-p/91791#M19088</link>
      <description>&lt;P&gt;i can not say much as per araitz' work but maybe  &lt;A href="https://splunkbase.splunk.com/app/1832/"&gt;https://splunkbase.splunk.com/app/1832/&lt;/A&gt;  is of some use to you?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 14:50:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Excel-CSV-TSV-Export/m-p/91791#M19088</guid>
      <dc:creator>dominiquevocat</dc:creator>
      <dc:date>2018-10-01T14:50:24Z</dc:date>
    </item>
  </channel>
</rss>

