<?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: Delete Attribute Field. in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/delete-attribute-field/m-p/677514#M52482</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;code samples for query and delete are in the online help, just emulate&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/make-query-table.htm" rel="nofollow" target="_blank"&gt;http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/make-query-table.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Sep 2015 09:51:10 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2015-09-05T09:51:10Z</dc:date>
    <item>
      <title>Delete Attribute Field.</title>
      <link>https://community.esri.com/t5/python-questions/delete-attribute-field/m-p/677510#M52478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to create Python tool for deleting field using SQl Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 10:14:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/delete-attribute-field/m-p/677510#M52478</guid>
      <dc:creator>RajP</dc:creator>
      <dc:date>2015-09-04T10:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Attribute Field.</title>
      <link>https://community.esri.com/t5/python-questions/delete-attribute-field/m-p/677511#M52479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you look at the Delete Field code in the help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 12:44:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/delete-attribute-field/m-p/677511#M52479</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-09-04T12:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Attribute Field.</title>
      <link>https://community.esri.com/t5/python-questions/delete-attribute-field/m-p/677512#M52480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Dan mentioned, there are code samples ​&lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/delete-field.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/delete-field.htm"&gt;Delete Field—Help | ArcGIS for Desktop&lt;/A&gt; for deleting fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are the Field names changing that require you to use a SQL statement for the field names? Or are you trying to query records and change the field value in the selected records?&amp;nbsp; That would be a different process and I think would make more sense for using a query.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 13:08:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/delete-attribute-field/m-p/677512#M52480</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-09-04T13:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Attribute Field.</title>
      <link>https://community.esri.com/t5/python-questions/delete-attribute-field/m-p/677513#M52481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to make query builder to select records and delete that selected recods.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Sep 2015 09:11:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/delete-attribute-field/m-p/677513#M52481</guid>
      <dc:creator>RajP</dc:creator>
      <dc:date>2015-09-05T09:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Attribute Field.</title>
      <link>https://community.esri.com/t5/python-questions/delete-attribute-field/m-p/677514#M52482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;code samples for query and delete are in the online help, just emulate&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/make-query-table.htm" rel="nofollow" target="_blank"&gt;http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/make-query-table.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Sep 2015 09:51:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/delete-attribute-field/m-p/677514#M52482</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-09-05T09:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Attribute Field.</title>
      <link>https://community.esri.com/t5/python-questions/delete-attribute-field/m-p/677515#M52483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="DeleteTool.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/125572_DeleteTool.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;This is my tool. When I click ok then the selected fields should only deleted. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2015 07:17:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/delete-attribute-field/m-p/677515#M52483</guid>
      <dc:creator>RajP</dc:creator>
      <dc:date>2015-09-07T07:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Attribute Field.</title>
      <link>https://community.esri.com/t5/python-questions/delete-attribute-field/m-p/677516#M52484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I had a look at the Delete Field code, Its is useful, Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2015 07:32:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/delete-attribute-field/m-p/677516#M52484</guid>
      <dc:creator>RajP</dc:creator>
      <dc:date>2015-09-07T07:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Attribute Field.</title>
      <link>https://community.esri.com/t5/python-questions/delete-attribute-field/m-p/677517#M52485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I am trying to delete the field values instead of field using SQl Statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="DeleteTool.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/125573_DeleteTool.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my tool. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2015 07:33:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/delete-attribute-field/m-p/677517#M52485</guid>
      <dc:creator>RajP</dc:creator>
      <dc:date>2015-09-07T07:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Attribute Field.</title>
      <link>https://community.esri.com/t5/python-questions/delete-attribute-field/m-p/677518#M52486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your trying to delete the values not the field then use a selection tool and then use field calculator to clear the fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 12:25:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/delete-attribute-field/m-p/677518#M52486</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2015-09-08T12:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Attribute Field.</title>
      <link>https://community.esri.com/t5/python-questions/delete-attribute-field/m-p/677519#M52487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 11:24:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/delete-attribute-field/m-p/677519#M52487</guid>
      <dc:creator>RajP</dc:creator>
      <dc:date>2015-09-09T11:24:06Z</dc:date>
    </item>
  </channel>
</rss>

