<?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 remove unwanted row? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-remove-unwanted-row/m-p/652332#M53549</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have this column named pverProduct. For some reason the header of the csv file got in the middle of the result. Is there a way to remove the unwanted row(pverProduct)?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="" host= sourcetype=csv source=C:\\
| table pverProduct
| dedup pverProduct&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KalebeRS_1-1690533284350.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/26523i3679A3845FD6980F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KalebeRS_1-1690533284350.png" alt="KalebeRS_1-1690533284350.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jul 2023 08:35:55 GMT</pubDate>
    <dc:creator>KalebeRS</dc:creator>
    <dc:date>2023-07-28T08:35:55Z</dc:date>
    <item>
      <title>How to remove unwanted row?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-remove-unwanted-row/m-p/652332#M53549</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have this column named pverProduct. For some reason the header of the csv file got in the middle of the result. Is there a way to remove the unwanted row(pverProduct)?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="" host= sourcetype=csv source=C:\\
| table pverProduct
| dedup pverProduct&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KalebeRS_1-1690533284350.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/26523i3679A3845FD6980F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KalebeRS_1-1690533284350.png" alt="KalebeRS_1-1690533284350.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 08:35:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-remove-unwanted-row/m-p/652332#M53549</guid>
      <dc:creator>KalebeRS</dc:creator>
      <dc:date>2023-07-28T08:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove unwanted row?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-remove-unwanted-row/m-p/652333#M53550</link>
      <description>&lt;P&gt;Try add this as last line.&amp;nbsp; It will remove the line, but this is data that is already in your table.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| search pverProduct!="pverProduct"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 08:42:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-remove-unwanted-row/m-p/652333#M53550</guid>
      <dc:creator>jotne</dc:creator>
      <dc:date>2023-07-28T08:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove unwanted row?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-remove-unwanted-row/m-p/652356#M53554</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/257034"&gt;@KalebeRS&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;please try:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="" host= sourcetype=csv source=C:\\ pverProduct!="pverProduct"
| table pverProduct
| dedup pverProduct&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 10:59:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-remove-unwanted-row/m-p/652356#M53554</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-07-28T10:59:32Z</dc:date>
    </item>
  </channel>
</rss>

