<?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 Text input field in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Text-input-field/m-p/547747#M155330</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In my dashboard i have set of inputs and when i submit the values gets stored in a lookup file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2 dropdowns , 1 multiselect and 1 text field&lt;/P&gt;&lt;P&gt;at times, user gives multiple items in the "Text input field" with "," , how do i separate the records while adding into CSV or after adding how can i separate it?&lt;/P&gt;&lt;P&gt;text input&amp;nbsp; name - Type&lt;/P&gt;&lt;P&gt;file , deik, disk, cpu, memory&lt;/P&gt;&lt;P&gt;... in the lookup file it shows like - file , deik, disk, cpu, memory. how do i separate it?&lt;/P&gt;</description>
    <pubDate>Tue, 13 Apr 2021 10:52:04 GMT</pubDate>
    <dc:creator>chuck_life09</dc:creator>
    <dc:date>2021-04-13T10:52:04Z</dc:date>
    <item>
      <title>Text input field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Text-input-field/m-p/547747#M155330</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In my dashboard i have set of inputs and when i submit the values gets stored in a lookup file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2 dropdowns , 1 multiselect and 1 text field&lt;/P&gt;&lt;P&gt;at times, user gives multiple items in the "Text input field" with "," , how do i separate the records while adding into CSV or after adding how can i separate it?&lt;/P&gt;&lt;P&gt;text input&amp;nbsp; name - Type&lt;/P&gt;&lt;P&gt;file , deik, disk, cpu, memory&lt;/P&gt;&lt;P&gt;... in the lookup file it shows like - file , deik, disk, cpu, memory. how do i separate it?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 10:52:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Text-input-field/m-p/547747#M155330</guid>
      <dc:creator>chuck_life09</dc:creator>
      <dc:date>2021-04-13T10:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Text input field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Text-input-field/m-p/547759#M155334</link>
      <description>&lt;P&gt;Try the split function.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;... | eval text_field=split(text_field,",")
| mvexpand text_field
...&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 13 Apr 2021 12:40:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Text-input-field/m-p/547759#M155334</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-04-13T12:40:25Z</dc:date>
    </item>
  </channel>
</rss>

