<?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 Unable to delete features with Delete Features or Delete Rows tools in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/unable-to-delete-features-with-delete-features-or/m-p/1313869#M71577</link>
    <description>&lt;P&gt;I have a hosted feature layer created from a CSV, and I want to use ModelBuilder to delete the contents and replace them with new data from an updated CSV on a schedule. I have tried to delete the features using both the Delete Features and Delete Rows tools in Pro. Both tools say they completed successfully, but when I look at the attribute table for the layer, it still has all the original features.&lt;/P&gt;&lt;P&gt;The odd thing is that none of the points show up on the map in Pro. I can right click on a feature and zoom to its location, but the points are not visible. When I pull up the map on AGOL, the attribute table for the layer is still full and the points show up just fine as if nothing has been deleted.&lt;/P&gt;&lt;P&gt;Any guesses as to why I can't delete these features?&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jul 2023 21:49:05 GMT</pubDate>
    <dc:creator>swhitcombMCC</dc:creator>
    <dc:date>2023-07-31T21:49:05Z</dc:date>
    <item>
      <title>Unable to delete features with Delete Features or Delete Rows tools</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/unable-to-delete-features-with-delete-features-or/m-p/1313869#M71577</link>
      <description>&lt;P&gt;I have a hosted feature layer created from a CSV, and I want to use ModelBuilder to delete the contents and replace them with new data from an updated CSV on a schedule. I have tried to delete the features using both the Delete Features and Delete Rows tools in Pro. Both tools say they completed successfully, but when I look at the attribute table for the layer, it still has all the original features.&lt;/P&gt;&lt;P&gt;The odd thing is that none of the points show up on the map in Pro. I can right click on a feature and zoom to its location, but the points are not visible. When I pull up the map on AGOL, the attribute table for the layer is still full and the points show up just fine as if nothing has been deleted.&lt;/P&gt;&lt;P&gt;Any guesses as to why I can't delete these features?&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 21:49:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/unable-to-delete-features-with-delete-features-or/m-p/1313869#M71577</guid>
      <dc:creator>swhitcombMCC</dc:creator>
      <dc:date>2023-07-31T21:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete features with Delete Features or Delete Rows tools</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/unable-to-delete-features-with-delete-features-or/m-p/1313981#M71587</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/654119"&gt;@swhitcombMCC&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;What version of Pro are you running?&amp;nbsp; Maybe try the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/truncatetable.htm" target="_self"&gt;Truncate Table&lt;/A&gt; tool instead.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 11:26:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/unable-to-delete-features-with-delete-features-or/m-p/1313981#M71587</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2023-08-01T11:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete features with Delete Features or Delete Rows tools</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/unable-to-delete-features-with-delete-features-or/m-p/1314807#M71663</link>
      <description>&lt;P&gt;I'm running 3.1.2. I tried the Truncate Table tool, and I got the following error:&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-01251-01275-001260.htm" target="_self"&gt;ERROR 001260&lt;/A&gt;: Operation not supported on table L0Arboretum_Map_Data_Survey123&lt;/P&gt;&lt;P&gt;Now what do I do?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 20:59:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/unable-to-delete-features-with-delete-features-or/m-p/1314807#M71663</guid>
      <dc:creator>swhitcombMCC</dc:creator>
      <dc:date>2023-08-02T20:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete features with Delete Features or Delete Rows tools</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/unable-to-delete-features-with-delete-features-or/m-p/1314982#M71686</link>
      <description>&lt;P&gt;I may be misunderstanding your workflow.&amp;nbsp; Are you trying to truncate/delete rows from the CSV?&amp;nbsp; Instead of doing this, I would recommend creating a ModelBuilder that performs the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Truncates the feature service&lt;/LI&gt;&lt;LI&gt;Converts the local CSV to points using &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/xy-table-to-point.htm" target="_self"&gt;XY Table to Point&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/append.htm" target="_blank"&gt;Append&lt;/A&gt; the feature class to the feature service&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 03 Aug 2023 11:00:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/unable-to-delete-features-with-delete-features-or/m-p/1314982#M71686</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2023-08-03T11:00:56Z</dc:date>
    </item>
  </channel>
</rss>

