<?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 Spliting a string of file names in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Spliting-a-string-of-file-names/m-p/570255#M198760</link>
    <description>&lt;P&gt;I have a list of files name under one field called "attachment"&amp;nbsp; and I would like to split this string into multiple rows by file names. I tried split/makemv method but it was unsuccessful.. really appreciate any tips on separating this string by file. Thank you&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Raw output: "&lt;SPAN&gt;image001.png Project_Preference_crosstab (3).csv GC_Preferences - 8 Oct.xlsx GC updated skills with ratings - 30 Sep 2021.xlsx Skill_Details_-_Base_crosstab (3).csv AP Talent list - 30 Sep 2021.xlsx UCD_Skills_Compliance_Details_crosstab (2).csv"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would like to see:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;image001.png&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Project_Preference_crosstab (3).csv GC_Preferences - 8 Oct.xlsx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GC updated skills with ratings - 30 Sep 2021.xlsx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Skill_Details_-_Base_crosstab (3).csv&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;AP Talent list - 30 Sep 2021.xlsx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;UCD_Skills_Compliance_Details_crosstab (2).csv&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Oct 2021 16:02:49 GMT</pubDate>
    <dc:creator>data_explorer88</dc:creator>
    <dc:date>2021-10-08T16:02:49Z</dc:date>
    <item>
      <title>Spliting a string of file names</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Spliting-a-string-of-file-names/m-p/570255#M198760</link>
      <description>&lt;P&gt;I have a list of files name under one field called "attachment"&amp;nbsp; and I would like to split this string into multiple rows by file names. I tried split/makemv method but it was unsuccessful.. really appreciate any tips on separating this string by file. Thank you&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Raw output: "&lt;SPAN&gt;image001.png Project_Preference_crosstab (3).csv GC_Preferences - 8 Oct.xlsx GC updated skills with ratings - 30 Sep 2021.xlsx Skill_Details_-_Base_crosstab (3).csv AP Talent list - 30 Sep 2021.xlsx UCD_Skills_Compliance_Details_crosstab (2).csv"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would like to see:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;image001.png&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Project_Preference_crosstab (3).csv GC_Preferences - 8 Oct.xlsx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GC updated skills with ratings - 30 Sep 2021.xlsx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Skill_Details_-_Base_crosstab (3).csv&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;AP Talent list - 30 Sep 2021.xlsx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;UCD_Skills_Compliance_Details_crosstab (2).csv&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Oct 2021 16:02:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Spliting-a-string-of-file-names/m-p/570255#M198760</guid>
      <dc:creator>data_explorer88</dc:creator>
      <dc:date>2021-10-08T16:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Spliting a string of file names</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Spliting-a-string-of-file-names/m-p/570258#M198762</link>
      <description>&lt;LI-CODE lang="markup"&gt;| rex max_match=0 field=output "(?&amp;lt;file&amp;gt;.*?\.(csv|xlsx|png|))\s?"
| mvexpand file&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 08 Oct 2021 16:28:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Spliting-a-string-of-file-names/m-p/570258#M198762</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-10-08T16:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Spliting a string of file names</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Spliting-a-string-of-file-names/m-p/570264#M198765</link>
      <description>&lt;P&gt;This works so well!!!! Thank you so much! &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Oct 2021 16:59:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Spliting-a-string-of-file-names/m-p/570264#M198765</guid>
      <dc:creator>data_explorer88</dc:creator>
      <dc:date>2021-10-08T16:59:33Z</dc:date>
    </item>
  </channel>
</rss>

