<?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: split transactions in exported excel in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/split-transactions-in-exported-excel/m-p/501487#M139629</link>
    <description>&lt;P&gt;@to4kawa &lt;/P&gt;

&lt;P&gt;Hey! Thank you, but this doesn't really fit my needs. I think I confused you with my example. &lt;/P&gt;

&lt;P&gt;I need any combination of strings, which are actually separate events now grouped in the transaction, to have a comma after the event to give me a way to wrap them line by line in Excel &lt;/P&gt;

&lt;P&gt;The category, I want nothing to do with that, they are just another field value that is important to show in the end report &lt;/P&gt;</description>
    <pubDate>Tue, 26 May 2020 20:21:54 GMT</pubDate>
    <dc:creator>user93</dc:creator>
    <dc:date>2020-05-26T20:21:54Z</dc:date>
    <item>
      <title>split transactions in exported excel</title>
      <link>https://community.splunk.com/t5/Splunk-Search/split-transactions-in-exported-excel/m-p/501485#M139627</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I have a list of strings that are more meaningful when grouped and viewed together by time. This is great and easy to do in Splunk with the transaction command. However, I need to export this to excel. In the export, the transaction becomes a single line and I want to mimic the format to make the groups easy to read. &lt;/P&gt;

&lt;P&gt;I get this is probably more of an excel question, but maybe there is some Splunk pre-formatting I can do to make it easier like separate the individual items in a transaction by commas, or something similar. &lt;/P&gt;

&lt;P&gt;Example of transaction output:&lt;/P&gt;

&lt;P&gt;I need help         |  categoryA  | _time &lt;BR /&gt;
help&lt;BR /&gt;&lt;BR /&gt;
help me please  &lt;/P&gt;

&lt;P&gt;what is splunk   | category b | _time&lt;BR /&gt;
splunk&lt;BR /&gt;
help please splunk&lt;/P&gt;

&lt;P&gt;Example of excel extract&lt;/P&gt;

&lt;P&gt;I need help help help me please | cat a | _time&lt;BR /&gt;
what is splunk splunk help please splunk | cat b | time&lt;/P&gt;

&lt;P&gt;I want to wrap the values in the excel cell, but I have nothing to note when to wrap and I don't actually know how to wrap a cell.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 12:58:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/split-transactions-in-exported-excel/m-p/501485#M139627</guid>
      <dc:creator>user93</dc:creator>
      <dc:date>2020-05-20T12:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: split transactions in exported excel</title>
      <link>https://community.splunk.com/t5/Splunk-Search/split-transactions-in-exported-excel/m-p/501486#M139628</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;| makeresults
| eval msg=split("I need help,help,help me please",","), category="category_A"
| appendpipe [ eval msg=split("what is splunk,splunk,help please splunk",","), category="category_B"]
| rename COMMENT as "this is sample you provide"
| rename COMMENT as "please check the result. from here, the logic"
| eval msg=mvjoin(msg,",")
| fields msg,category,_time
| table msg,category,_time
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Outputing the CSV, please use &lt;CODE&gt;fields&lt;/CODE&gt; and &lt;CODE&gt;table&lt;/CODE&gt; for delete extra fields.&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2020 23:48:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/split-transactions-in-exported-excel/m-p/501486#M139628</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-05-23T23:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: split transactions in exported excel</title>
      <link>https://community.splunk.com/t5/Splunk-Search/split-transactions-in-exported-excel/m-p/501487#M139629</link>
      <description>&lt;P&gt;@to4kawa &lt;/P&gt;

&lt;P&gt;Hey! Thank you, but this doesn't really fit my needs. I think I confused you with my example. &lt;/P&gt;

&lt;P&gt;I need any combination of strings, which are actually separate events now grouped in the transaction, to have a comma after the event to give me a way to wrap them line by line in Excel &lt;/P&gt;

&lt;P&gt;The category, I want nothing to do with that, they are just another field value that is important to show in the end report &lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 20:21:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/split-transactions-in-exported-excel/m-p/501487#M139629</guid>
      <dc:creator>user93</dc:creator>
      <dc:date>2020-05-26T20:21:54Z</dc:date>
    </item>
  </channel>
</rss>

