<?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: How to format multi-value table in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-format-multi-value-table/m-p/486484#M136068</link>
    <description>&lt;P&gt;Try this &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;query &lt;BR /&gt;
| eval fieldName = field1+","+field2+","+field3+","+field4+","+field5 &lt;BR /&gt;
| table _time fieldName&lt;/CODE&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Sep 2019 17:18:17 GMT</pubDate>
    <dc:creator>Anantha123</dc:creator>
    <dc:date>2019-09-26T17:18:17Z</dc:date>
    <item>
      <title>How to format multi-value table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-format-multi-value-table/m-p/486483#M136067</link>
      <description>&lt;P&gt;I need help formatting a mulitvalue field, the desired output below, followed by data in the field.&lt;/P&gt;

&lt;P&gt;For the data in each event, we need 5 field-values in each row, hope this makes sense...&lt;/P&gt;

&lt;P&gt;Desired output:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;_time                                        Field-Name&lt;BR /&gt;
2019-09-25 13:45:15.810     000101194,000005090,000000845,000962003 &lt;BR /&gt;
                                                 000962000,000962002,000962004,000024909&lt;BR /&gt;
                                                 000962001,000038594&lt;BR /&gt;
_time                                        Field-Name&lt;BR /&gt;
2019-09-25 13:47:15.810     000101194,000005090,000000845,000962003 &lt;BR /&gt;
                                                 000962000,000962002,000962004,000024909&lt;BR /&gt;
                                                 000962001,000038594,000962004,000024909&lt;BR /&gt;
Data In field&lt;BR /&gt;&lt;BR /&gt;
000101194;000005090;000000845;000962003;000962000;000962002;000962004;000024909;000962001;000038594&lt;BR /&gt;
000101194;000005090;000000845;000962003;000962000;000962002;000962004;000024909;000962001;000038594;000962001;00003859&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 17:01:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-format-multi-value-table/m-p/486483#M136067</guid>
      <dc:creator>paulholguin</dc:creator>
      <dc:date>2019-09-26T17:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to format multi-value table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-format-multi-value-table/m-p/486484#M136068</link>
      <description>&lt;P&gt;Try this &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;query &lt;BR /&gt;
| eval fieldName = field1+","+field2+","+field3+","+field4+","+field5 &lt;BR /&gt;
| table _time fieldName&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 17:18:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-format-multi-value-table/m-p/486484#M136068</guid>
      <dc:creator>Anantha123</dc:creator>
      <dc:date>2019-09-26T17:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to format multi-value table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-format-multi-value-table/m-p/486485#M136069</link>
      <description>&lt;P&gt;I created this, works well, thanks for you support.&lt;/P&gt;

&lt;P&gt;| eval TradingPartnerKPGroupNum=TradingPartnerKPGroupNum + ";" &lt;BR /&gt;
| makemv tokenizer="(([\d]*[;]){1,5})" TradingPartnerKPGroupNum &lt;BR /&gt;
| eval TradingPartnerKPGroupNum=rtrim(TradingPartnerKPGroupNum, ";") &lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 14:48:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-format-multi-value-table/m-p/486485#M136069</guid>
      <dc:creator>paulholguin</dc:creator>
      <dc:date>2019-09-27T14:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to format multi-value table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-format-multi-value-table/m-p/486486#M136070</link>
      <description>&lt;P&gt;| eval TradingPartnerKPGroupNum=TradingPartnerKPGroupNum + ";" &lt;BR /&gt;
| makemv tokenizer="(([\d]*[;]){1,5})" TradingPartnerKPGroupNum &lt;BR /&gt;
| eval TradingPartnerKPGroupNum=rtrim(TradingPartnerKPGroupNum, ";") &lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 14:48:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-format-multi-value-table/m-p/486486#M136070</guid>
      <dc:creator>paulholguin</dc:creator>
      <dc:date>2019-09-27T14:48:42Z</dc:date>
    </item>
  </channel>
</rss>

