<?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 Need To delete bulk excel data in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Need-To-delete-bulk-excel-data/m-p/96517#M44762</link>
    <description>Hi,&lt;BR /&gt;I am handling excel which is having around 70k records daily,&lt;BR /&gt;1) I have 3 sheets namely Brand,Sheet1,Position, values are copied from Brand sheet and pasted into sheet1&lt;BR /&gt;2)once value pasted into sheet1 of respective columns the E and F of sheet1 will be auto populated based on the formulas&lt;BR /&gt;3)I have to filter E column where value =N/A which is around 30k&lt;BR /&gt;4)after filtering I have to delete these values so that 3rd sheet which is position gets updated automatically.&lt;BR /&gt;&lt;BR /&gt;The problem is when I do it manually it takes 25 mins to delete entire filtered data rows, Bot takes an hour&lt;BR /&gt;I tried using OLEDB but it says deletion cannot be performed by linked table ISAM.&lt;BR /&gt;Sheet1:Screenshot below&lt;BR /&gt;Note: Column A:D having data it's blank&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35083.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35145iAC64E8E559246B2E/image-size/large?v=v2&amp;amp;px=999" role="button" title="35083.png" alt="35083.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Please suggest me a good way to do this.&lt;BR /&gt;Thanks.</description>
    <pubDate>Sun, 26 Sep 2021 06:34:45 GMT</pubDate>
    <dc:creator>sivaranjani_96</dc:creator>
    <dc:date>2021-09-26T06:34:45Z</dc:date>
    <item>
      <title>Need To delete bulk excel data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Need-To-delete-bulk-excel-data/m-p/96517#M44762</link>
      <description>Hi,&lt;BR /&gt;I am handling excel which is having around 70k records daily,&lt;BR /&gt;1) I have 3 sheets namely Brand,Sheet1,Position, values are copied from Brand sheet and pasted into sheet1&lt;BR /&gt;2)once value pasted into sheet1 of respective columns the E and F of sheet1 will be auto populated based on the formulas&lt;BR /&gt;3)I have to filter E column where value =N/A which is around 30k&lt;BR /&gt;4)after filtering I have to delete these values so that 3rd sheet which is position gets updated automatically.&lt;BR /&gt;&lt;BR /&gt;The problem is when I do it manually it takes 25 mins to delete entire filtered data rows, Bot takes an hour&lt;BR /&gt;I tried using OLEDB but it says deletion cannot be performed by linked table ISAM.&lt;BR /&gt;Sheet1:Screenshot below&lt;BR /&gt;Note: Column A:D having data it's blank&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35083.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35145iAC64E8E559246B2E/image-size/large?v=v2&amp;amp;px=999" role="button" title="35083.png" alt="35083.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Please suggest me a good way to do this.&lt;BR /&gt;Thanks.</description>
      <pubDate>Sun, 26 Sep 2021 06:34:45 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Need-To-delete-bulk-excel-data/m-p/96517#M44762</guid>
      <dc:creator>sivaranjani_96</dc:creator>
      <dc:date>2021-09-26T06:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need To delete bulk excel data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Need-To-delete-bulk-excel-data/m-p/96518#M44763</link>
      <description>&lt;SPAN&gt;Using Delete command you can’t delete data from Excel as a database because OLEDB provider only allows to select, insert or update records to excel sheet. It does NOT allow delete operations. You can use the update command to delete your data , simply set the columns to NULL where value = #N/A&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt; ​</description>
      <pubDate>Sun, 26 Sep 2021 10:08:52 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Need-To-delete-bulk-excel-data/m-p/96518#M44763</guid>
      <dc:creator>EVIPUTI</dc:creator>
      <dc:date>2021-09-26T10:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need To delete bulk excel data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Need-To-delete-bulk-excel-data/m-p/96519#M44764</link>
      <description>@vipul Tiwari,&lt;BR /&gt;It's not working below is the query&lt;BR /&gt;"UPDATE [Sheet1$] &lt;BR /&gt;SET [ISO COUNTRY CODE]=null,&lt;BR /&gt;SET[BRAND CODE]=null,&lt;BR /&gt;SET[BRAND POSITION CODE]=null,&lt;BR /&gt;SET[MARKET CODE]=null&lt;BR /&gt;WHERE [category]='N/A'"&lt;BR /&gt;&lt;BR /&gt;It's showing below error,&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35082.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35141i1CDBC019EA6A85C5/image-size/large?v=v2&amp;amp;px=999" role="button" title="35082.png" alt="35082.png" /&gt;&lt;/span&gt;Please advise.​</description>
      <pubDate>Sun, 26 Sep 2021 11:54:20 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Need-To-delete-bulk-excel-data/m-p/96519#M44764</guid>
      <dc:creator>sivaranjani_96</dc:creator>
      <dc:date>2021-09-26T11:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need To delete bulk excel data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Need-To-delete-bulk-excel-data/m-p/96520#M44765</link>
      <description>Hi,&lt;BR /&gt;Is there any code to filter data and delete those filtered data faster, Please help me on this.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Sivaranjani.</description>
      <pubDate>Mon, 27 Sep 2021 05:34:46 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Need-To-delete-bulk-excel-data/m-p/96520#M44765</guid>
      <dc:creator>sivaranjani_96</dc:creator>
      <dc:date>2021-09-27T05:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need To delete bulk excel data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Need-To-delete-bulk-excel-data/m-p/96521#M44766</link>
      <description>Hi Sivaranjani,&lt;BR /&gt;&lt;BR /&gt;There is no inbuilt action to delete filtered rows in excel. We need to create a custom action for that which gonna take time and we only should invest that time when its that necessary.&lt;BR /&gt;&lt;BR /&gt;for the time being, you can use the excel macro to filter and delete the resultant visible rows .&lt;BR /&gt;You can update the code according to your requirments.No need to mention the sheet range, just update the last column, as it gets the range till the last row .&lt;BR /&gt;Field- the Numeric equivalent of the column&lt;BR /&gt;Creteria1- Filter criteria to be selected&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Sub DeleteFilteredRows()&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;' DeleteFilteredRows Macro&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Range("A1").Select&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Selection.AutoFilter&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Range("A2").Select&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Range(Selection, ActiveCell.SpecialCells(xlLastCell)).Select&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ActiveSheet.Range("$A:$X").AutoFilter Field:=3, Criteria1:="#N/A"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Selection.SpecialCells(xlCellTypeVisible).Select&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Selection.EntireRow.Delete&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Selection.AutoFilter&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Range("A2").Select&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;End Sub&lt;/STRONG&gt;</description>
      <pubDate>Mon, 04 Oct 2021 14:58:40 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Need-To-delete-bulk-excel-data/m-p/96521#M44766</guid>
      <dc:creator>krishna.kodimurali9</dc:creator>
      <dc:date>2021-10-04T14:58:40Z</dc:date>
    </item>
  </channel>
</rss>

