<?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: CSV import has many blank cells when creating a dashboard and using multiselect input there is a count mismatch. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/CSV-import-has-many-blank-cells-when-creating-a-dashboard-and/m-p/526702#M88834</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yes, there is a stats command in front of my query.&amp;nbsp; My question is that I have a csv that was imported into Splunk. I can query everything just fine, but my csv has 400 servers and I am only getting a count of 91. This is due to the missing rows of data from my original CSV.&amp;nbsp; Is there a way I can work around the missing cells so that I can get the original count of 400 servers from my CSV?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Oct 2020 19:20:47 GMT</pubDate>
    <dc:creator>Mary666</dc:creator>
    <dc:date>2020-10-27T19:20:47Z</dc:date>
    <item>
      <title>CSV import has many blank cells when creating a dashboard and using multiselect input there is a count mismatch.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/CSV-import-has-many-blank-cells-when-creating-a-dashboard-and/m-p/526695#M88831</link>
      <description>&lt;P&gt;Here is my multiselect code for the input:&lt;/P&gt;&lt;P&gt;&amp;lt;input type="multiselect" token="tok_ABCName" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;ABC Name&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;All&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;prefix&amp;gt;(&amp;lt;/prefix&amp;gt;&lt;BR /&gt;&amp;lt;valuePrefix&amp;gt;ABCName="&amp;lt;/valuePrefix&amp;gt;&lt;BR /&gt;&amp;lt;valueSuffix&amp;gt;"&amp;lt;/valueSuffix&amp;gt;&lt;BR /&gt;&amp;lt;delimiter&amp;gt;OR&amp;lt;/delimiter&amp;gt;&lt;BR /&gt;&amp;lt;suffix&amp;gt;)&amp;lt;/suffix&amp;gt;&lt;BR /&gt;&amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;fieldForLabel&amp;gt;ABC Name&amp;lt;/fieldForLabel&amp;gt;&lt;BR /&gt;&amp;lt;fieldForValue&amp;gt;ABCName&amp;lt;/fieldForValue&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my main query:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;| inputlookup Names_Software_R.csv | rename&amp;nbsp; "ABC Name" as ABCName&amp;nbsp; | search $tok_ABCName$&amp;nbsp; |&amp;nbsp; values(ABCName) as "ABC Name"&amp;nbsp; by ServerName&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 18:55:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/CSV-import-has-many-blank-cells-when-creating-a-dashboard-and/m-p/526695#M88831</guid>
      <dc:creator>Mary666</dc:creator>
      <dc:date>2020-10-27T18:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: CSV import has many blank cells when creating a dashboard and using multiselect input there is a count mismatch.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/CSV-import-has-many-blank-cells-when-creating-a-dashboard-and/m-p/526699#M88833</link>
      <description>&lt;P&gt;Your main query doesn't look complete (presumably there is at least a stats command in front of the values(ABCName)?), but more to the point, what is your question?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 19:10:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/CSV-import-has-many-blank-cells-when-creating-a-dashboard-and/m-p/526699#M88833</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2020-10-27T19:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: CSV import has many blank cells when creating a dashboard and using multiselect input there is a count mismatch.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/CSV-import-has-many-blank-cells-when-creating-a-dashboard-and/m-p/526702#M88834</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yes, there is a stats command in front of my query.&amp;nbsp; My question is that I have a csv that was imported into Splunk. I can query everything just fine, but my csv has 400 servers and I am only getting a count of 91. This is due to the missing rows of data from my original CSV.&amp;nbsp; Is there a way I can work around the missing cells so that I can get the original count of 400 servers from my CSV?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 19:20:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/CSV-import-has-many-blank-cells-when-creating-a-dashboard-and/m-p/526702#M88834</guid>
      <dc:creator>Mary666</dc:creator>
      <dc:date>2020-10-27T19:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: CSV import has many blank cells when creating a dashboard and using multiselect input there is a count mismatch.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/CSV-import-has-many-blank-cells-when-creating-a-dashboard-and/m-p/526706#M88835</link>
      <description>&lt;P&gt;Have you tried fillnull for your ABCName field.? Also note that, stats values will not include nulls or duplicates.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 19:28:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/CSV-import-has-many-blank-cells-when-creating-a-dashboard-and/m-p/526706#M88835</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2020-10-27T19:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: CSV import has many blank cells when creating a dashboard and using multiselect input there is a count mismatch.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/CSV-import-has-many-blank-cells-when-creating-a-dashboard-and/m-p/526716#M88838</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp; Thanks, the fillnull seems to have solved the issue for now. I will revisit my original CSV files to ensure I have all 400 and something servers coming up in my query. I basically just did | fillnull value=NULL before the search command.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 20:15:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/CSV-import-has-many-blank-cells-when-creating-a-dashboard-and/m-p/526716#M88838</guid>
      <dc:creator>Mary666</dc:creator>
      <dc:date>2020-10-27T20:15:28Z</dc:date>
    </item>
  </channel>
</rss>

