<?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 Finding the original Object Id in a FC using Python in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/finding-the-original-object-id-in-a-fc-using/m-p/51019#M4047</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My feature class consists of several fields with name as Objectid,Objectid_1,objectid_2,objectid_12 due to spatialjoin and exporting.. &lt;BR /&gt;I require only the recent object Id and delete all other fields..How to find and execute in arcpy!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Oct 2016 06:46:23 GMT</pubDate>
    <dc:creator>MANESK</dc:creator>
    <dc:date>2016-10-18T06:46:23Z</dc:date>
    <item>
      <title>Finding the original Object Id in a FC using Python</title>
      <link>https://community.esri.com/t5/python-questions/finding-the-original-object-id-in-a-fc-using/m-p/51019#M4047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My feature class consists of several fields with name as Objectid,Objectid_1,objectid_2,objectid_12 due to spatialjoin and exporting.. &lt;BR /&gt;I require only the recent object Id and delete all other fields..How to find and execute in arcpy!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 06:46:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/finding-the-original-object-id-in-a-fc-using/m-p/51019#M4047</guid>
      <dc:creator>MANESK</dc:creator>
      <dc:date>2016-10-18T06:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the original Object Id in a FC using Python</title>
      <link>https://community.esri.com/t5/python-questions/finding-the-original-object-id-in-a-fc-using/m-p/51020#M4048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could guess OBJECTID, and likely be correct, but you can find out definitively by using the &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-functions/describe.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;ArcPy Describe &lt;/A&gt;object:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; table &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;# table or feature class&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; desc &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Describe&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;table&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; desc&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;OIDFieldName
u&lt;SPAN class="string token"&gt;'OBJECTID'&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:58:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/finding-the-original-object-id-in-a-fc-using/m-p/51020#M4048</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2021-12-10T21:58:23Z</dc:date>
    </item>
  </channel>
</rss>

