<?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 multivalue cell and duplicate values in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Split-multivalue-cell-and-duplicate-values/m-p/670510#M229846</link>
    <description>&lt;P&gt;Using the &lt;FONT face="courier new,courier"&gt;mvexpand&lt;/FONT&gt; command twice breaks any association between the values.&amp;nbsp; Instead, combine the fields, use &lt;FONT face="courier new,courier"&gt;mvexpand&lt;/FONT&gt;, then break them apart again.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval logMsgTimestampInit = logMsgTimestamp
| eval ID_SERVICE= mvappend(ID_SERVICE_1,ID_SERVICE_2) , TYPE= mvappend(TYPE1,TYPE2)
| eval pair = mvzip(ID_SERVICE, TYPE)
| mvexpand pair
| eval ID_SERVICE = mvindex(pair,0), TYPE = mvindex(pair, 1)
| table ID_SERVICE TYPE&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Dec 2023 21:55:23 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2023-12-01T21:55:23Z</dc:date>
    <item>
      <title>Split multivalue cell and duplicate values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Split-multivalue-cell-and-duplicate-values/m-p/670504#M229845</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;| eval logMsgTimestampInit = logMsgTimestamp
| eval ID_SERVICE= mvappend(ID_SERVICE_1,ID_SERVICE_2) , TYPE= mvappend(TYPE1,TYPE2)
| table ID_SERVICE TYPE&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;ID_SERVICE&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;TYPE&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;TIME&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#993366"&gt;asd232&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#993366"&gt;mechanic_234&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#993366"&gt;2023-12-01 08:45:00&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#993366"&gt;afg567&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#993366"&gt;hydraulic_433&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#333399"&gt;cvf455&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#333399"&gt;hydraulic_787&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#333399"&gt;2023-12-01 08:41:00&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD height="25px"&gt;&lt;FONT color="#333399"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD height="25px"&gt;&lt;FONT color="#333399"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#333399"&gt;bjf347&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#333399"&gt;mechanic_343&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#333399"&gt;2023-12-01 08:40:00&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Dears, I have the following issue, exists some cells (like in red) that is appearing with 02 values&amp;nbsp; per cell, like the column ID_SERVICE, this is why the payload is containing 02 service id in the same message.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I need? I need split this cells everytime it occurs , I tried to use mvexpand but unfortunately it causes a mess in the table.&lt;/P&gt;&lt;P&gt;When I try to use mvexpand it duplicates the rows and for each value in the first colum creates&amp;nbsp; another row&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;...
| query_search
| mvexpand ID_SERVICE
| mvexpand TYPE
| table ID_SERVICE TYPE TIME&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;ID_SERVICE&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;TYPE&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;TIME&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#993366"&gt;asd232&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#993366"&gt;mechanic_234&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#993366"&gt;2023-12-01 08:45:00&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="25px"&gt;&lt;FONT color="#993366"&gt;asd232&lt;/FONT&gt;&lt;/TD&gt;&lt;TD height="25px"&gt;&lt;FONT color="#993366"&gt;hydraulic_433&lt;/FONT&gt;&lt;/TD&gt;&lt;TD height="25px"&gt;&lt;FONT color="#993366"&gt;2023-12-01 08:45:00&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="25px"&gt;&lt;FONT color="#993366"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD height="25px"&gt;&lt;FONT color="#993366"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD height="25px"&gt;&lt;FONT color="#993366"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#993366"&gt;afg567&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#993366"&gt;mechanic_234&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#993366"&gt;2023-12-01 08:45:00&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="25px"&gt;&lt;FONT color="#993366"&gt;afg567&lt;/FONT&gt;&lt;/TD&gt;&lt;TD height="25px"&gt;&lt;FONT color="#993366"&gt;hydraulic_433&lt;/FONT&gt;&lt;/TD&gt;&lt;TD height="25px"&gt;&lt;FONT color="#993366"&gt;2023-12-01 08:45:00&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#333399"&gt;cvf455&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#333399"&gt;hydraulic_787&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#333399"&gt;2023-12-01 08:41:00&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD height="25px"&gt;&lt;FONT color="#333399"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD height="25px"&gt;&lt;FONT color="#333399"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#333399"&gt;bjf347&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#333399"&gt;mechanic_343&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#333399"&gt;2023-12-01 08:40:00&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since the 01 row (in red) shares the same timestamp (TIME colum) I would like to split every value in a row and copy the same timestamp for both values and the desired output is like follows below:&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;ID_SERVICE&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;TYPE&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;TIME&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#993366"&gt;asd232&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#993366"&gt;mechanic_234&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#993366"&gt;2023-12-01 08:45:00&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="25px"&gt;&lt;FONT color="#993366"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD height="25px"&gt;&lt;FONT color="#993366"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD height="25px"&gt;&lt;FONT color="#993366"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#993366"&gt;afg567&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#993366"&gt;hydraulic_433&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#993366"&gt;2023-12-01 08:45:00&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#333399"&gt;cvf455&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#333399"&gt;hydraulic_787&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#333399"&gt;2023-12-01 08:41:00&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD height="25px"&gt;&lt;FONT color="#333399"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD height="25px"&gt;&lt;FONT color="#333399"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#333399"&gt;bjf347&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#333399"&gt;mechanic_343&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#333399"&gt;2023-12-01 08:40:00&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please, help me.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 19:28:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Split-multivalue-cell-and-duplicate-values/m-p/670504#M229845</guid>
      <dc:creator>dcubaz91</dc:creator>
      <dc:date>2023-12-01T19:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Split multivalue cell and duplicate values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Split-multivalue-cell-and-duplicate-values/m-p/670510#M229846</link>
      <description>&lt;P&gt;Using the &lt;FONT face="courier new,courier"&gt;mvexpand&lt;/FONT&gt; command twice breaks any association between the values.&amp;nbsp; Instead, combine the fields, use &lt;FONT face="courier new,courier"&gt;mvexpand&lt;/FONT&gt;, then break them apart again.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval logMsgTimestampInit = logMsgTimestamp
| eval ID_SERVICE= mvappend(ID_SERVICE_1,ID_SERVICE_2) , TYPE= mvappend(TYPE1,TYPE2)
| eval pair = mvzip(ID_SERVICE, TYPE)
| mvexpand pair
| eval ID_SERVICE = mvindex(pair,0), TYPE = mvindex(pair, 1)
| table ID_SERVICE TYPE&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 21:55:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Split-multivalue-cell-and-duplicate-values/m-p/670510#M229846</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-12-01T21:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Split multivalue cell and duplicate values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Split-multivalue-cell-and-duplicate-values/m-p/670526#M229850</link>
      <description>&lt;P&gt;To add to &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt; 's answer - if you do&lt;/P&gt;&lt;PRE&gt;| stats values(field1) as f1 values(field2) by f3&lt;/PRE&gt;&lt;P&gt;(Or list() instead of values()) you have absolutely no guarantee that your first value in f1 and first value in f2 are from the same event!&lt;/P&gt;</description>
      <pubDate>Sat, 02 Dec 2023 11:57:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Split-multivalue-cell-and-duplicate-values/m-p/670526#M229850</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-12-02T11:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Split multivalue cell and duplicate values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Split-multivalue-cell-and-duplicate-values/m-p/670648#M229886</link>
      <description>&lt;P&gt;Hi , unfortunately it didnt work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; . Appeared as follows:&lt;/P&gt;&lt;P&gt;ID_SERVICE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SERVICE_TYPE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TIMESTAMP&lt;/P&gt;&lt;P&gt;id_service_value1,servicetype_value1&amp;nbsp; &amp;nbsp; &amp;lt;blank_value&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;timestamp_ok&amp;gt;&lt;/P&gt;&lt;P&gt;id_service_value2,servicetype_value2&amp;nbsp; &amp;nbsp; &amp;lt;blank_value&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;timestamp_ok&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The timestamp was duplicated successfully, the values were broken as expected but they added a 'comma' , colon. and left the next column blank.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Additionally, the mvexpand added considerably time for execution, it was performing really fast, and the performance decreased :(.&lt;BR /&gt;&lt;BR /&gt;Even that I appreciate your time and response for helping me&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 14:42:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Split-multivalue-cell-and-duplicate-values/m-p/670648#M229886</guid>
      <dc:creator>dcubaz91</dc:creator>
      <dc:date>2023-12-04T14:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Split multivalue cell and duplicate values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Split-multivalue-cell-and-duplicate-values/m-p/670649#M229887</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp; it didnt work too &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 14:42:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Split-multivalue-cell-and-duplicate-values/m-p/670649#M229887</guid>
      <dc:creator>dcubaz91</dc:creator>
      <dc:date>2023-12-04T14:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Split multivalue cell and duplicate values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Split-multivalue-cell-and-duplicate-values/m-p/670661#M229890</link>
      <description>&lt;P&gt;I left out an important step.&amp;nbsp; Please try my revised answer.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 15:59:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Split-multivalue-cell-and-duplicate-values/m-p/670661#M229890</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-12-04T15:59:16Z</dc:date>
    </item>
  </channel>
</rss>

