<?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 How to retrieve strings divided by commas in a csv file? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-retrieve-strings-divided-by-commas-in-a-csv-file/m-p/646638#M52858</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm kinda blocked on how to retrieve data from a csv file. Need to get each value from a line to be shown in a dropdown filter. But don't know how Exactly to retrieve the strings.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KalebeRS_0-1686570024196.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/25790i5292CD9D55C77659/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KalebeRS_0-1686570024196.png" alt="KalebeRS_0-1686570024196.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Each line has a different set of tags that I have to show in the filter.&lt;BR /&gt;How can I retrieve each of these values individually to show in the filter?&lt;/P&gt;</description>
    <pubDate>Mon, 12 Jun 2023 11:42:36 GMT</pubDate>
    <dc:creator>KalebeRS</dc:creator>
    <dc:date>2023-06-12T11:42:36Z</dc:date>
    <item>
      <title>How to retrieve strings divided by commas in a csv file?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-retrieve-strings-divided-by-commas-in-a-csv-file/m-p/646638#M52858</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm kinda blocked on how to retrieve data from a csv file. Need to get each value from a line to be shown in a dropdown filter. But don't know how Exactly to retrieve the strings.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KalebeRS_0-1686570024196.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/25790i5292CD9D55C77659/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KalebeRS_0-1686570024196.png" alt="KalebeRS_0-1686570024196.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Each line has a different set of tags that I have to show in the filter.&lt;BR /&gt;How can I retrieve each of these values individually to show in the filter?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 11:42:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-retrieve-strings-divided-by-commas-in-a-csv-file/m-p/646638#M52858</guid>
      <dc:creator>KalebeRS</dc:creator>
      <dc:date>2023-06-12T11:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve strings divided by commas in a csv file?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-retrieve-strings-divided-by-commas-in-a-csv-file/m-p/646643#M52862</link>
      <description>&lt;LI-CODE lang="markup"&gt;| inputlookup lookup.csv
| eval PR_Tags=split(PR_Tags,",")
| mvexpand PR_Tags
| table PR_Tags&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 12 Jun 2023 12:02:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-retrieve-strings-divided-by-commas-in-a-csv-file/m-p/646643#M52862</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-06-12T12:02:15Z</dc:date>
    </item>
  </channel>
</rss>

