<?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 Duplicate labels causing conflict when importing Data from CSV for Dropdown Menu in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict-when-importing-Data-from-CSV/m-p/248697#M99168</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I am attempting to import data from a CSV file into a dropdown menu. In the CSV there is duplicate entries in the CUS_NAME column, however when I use the DEDUP function I can see in the results that the entries are no longer duplicated. When I put the below search into the drop down search string I get the error message "Duplicate labels causing conflict".&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="MYINDEX" host="MYHOST" source="MYSOURCE.csv" | dedup CUS_NAME
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am using Splunk Enterprise 6.2.2. &lt;/P&gt;

&lt;P&gt;If you have any questions, please don't hesitate to ask.&lt;/P&gt;

&lt;P&gt;Many thanks,&lt;BR /&gt;
C&lt;/P&gt;</description>
    <pubDate>Tue, 15 Mar 2016 17:01:57 GMT</pubDate>
    <dc:creator>curtisLJMU</dc:creator>
    <dc:date>2016-03-15T17:01:57Z</dc:date>
    <item>
      <title>Duplicate labels causing conflict when importing Data from CSV for Dropdown Menu</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict-when-importing-Data-from-CSV/m-p/248697#M99168</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I am attempting to import data from a CSV file into a dropdown menu. In the CSV there is duplicate entries in the CUS_NAME column, however when I use the DEDUP function I can see in the results that the entries are no longer duplicated. When I put the below search into the drop down search string I get the error message "Duplicate labels causing conflict".&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="MYINDEX" host="MYHOST" source="MYSOURCE.csv" | dedup CUS_NAME
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am using Splunk Enterprise 6.2.2. &lt;/P&gt;

&lt;P&gt;If you have any questions, please don't hesitate to ask.&lt;/P&gt;

&lt;P&gt;Many thanks,&lt;BR /&gt;
C&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 17:01:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict-when-importing-Data-from-CSV/m-p/248697#M99168</guid>
      <dc:creator>curtisLJMU</dc:creator>
      <dc:date>2016-03-15T17:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate labels causing conflict when importing Data from CSV for Dropdown Menu</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict-when-importing-Data-from-CSV/m-p/248698#M99169</link>
      <description>&lt;P&gt;Make sure you are specifying "CUS_NAME" as the &lt;CODE&gt;&amp;lt;fieldForLabel&amp;gt;&lt;/CODE&gt; and &lt;CODE&gt;&amp;lt;FieldForValuealue&amp;gt;&lt;/CODE&gt; fields of the drop down. Then, make your populating search this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    index="MYINDEX" host="MYHOST" source="MYSOURCE.csv" | stats count by CUS_NAME
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Stats is much more efficient in removing dedups.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 16:05:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict-when-importing-Data-from-CSV/m-p/248698#M99169</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2016-03-16T16:05:42Z</dc:date>
    </item>
  </channel>
</rss>

