<?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: Splitting Data in a single Cell in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-split-data-in-a-single-cell/m-p/634607#M220467</link>
    <description>&lt;P&gt;This worked perfectly, thank you&lt;/P&gt;</description>
    <pubDate>Wed, 15 Mar 2023 15:02:25 GMT</pubDate>
    <dc:creator>MR1992</dc:creator>
    <dc:date>2023-03-15T15:02:25Z</dc:date>
    <item>
      <title>How to split data in a single cell?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-split-data-in-a-single-cell/m-p/634595#M220460</link>
      <description>&lt;P&gt;I have the following data in a Cell that reads&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1.01.01 Example App AL11111&lt;/P&gt;
&lt;P&gt;Is there a way I can split the data into 3 separate columns, there are no delimiters, I thought using space but I have entries that do have spaces in the middle section.&lt;/P&gt;
&lt;P&gt;e.g.&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;1.1.1.10&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;Example App&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;AL11111&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One thing to note, the initial numbers will always be 8 characters long and the AL***** will always be 7 characters&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 18:38:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-split-data-in-a-single-cell/m-p/634595#M220460</guid>
      <dc:creator>MR1992</dc:creator>
      <dc:date>2023-03-15T18:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting Data in a single Cell</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-split-data-in-a-single-cell/m-p/634600#M220463</link>
      <description>&lt;P&gt;Your initial example only has 7 characters in the first part, so this would work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "(?&amp;lt;field1&amp;gt;[^\s]+)\s(?&amp;lt;field2&amp;gt;.*)\s(?&amp;lt;field3&amp;gt;[^\s]*)"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to be more strict, try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "(?&amp;lt;field1&amp;gt;[^\s]{8})\s(?&amp;lt;field2&amp;gt;.*)\s(?&amp;lt;field3&amp;gt;[^\s]{7})"&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 15 Mar 2023 14:30:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-split-data-in-a-single-cell/m-p/634600#M220463</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-03-15T14:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting Data in a single Cell</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-split-data-in-a-single-cell/m-p/634607#M220467</link>
      <description>&lt;P&gt;This worked perfectly, thank you&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 15:02:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-split-data-in-a-single-cell/m-p/634607#M220467</guid>
      <dc:creator>MR1992</dc:creator>
      <dc:date>2023-03-15T15:02:25Z</dc:date>
    </item>
  </channel>
</rss>

