<?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 Copy feature layer while keeping the objectid in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/copy-feature-layer-while-keeping-the-objectid/m-p/129946#M4502</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the geoprocessing tool (python arcpy) that will allow you to copy a feature table while keeping the object id?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Sep 2013 16:42:08 GMT</pubDate>
    <dc:creator>GhassanKarwchan</dc:creator>
    <dc:date>2013-09-25T16:42:08Z</dc:date>
    <item>
      <title>Copy feature layer while keeping the objectid</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/copy-feature-layer-while-keeping-the-objectid/m-p/129946#M4502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the geoprocessing tool (python arcpy) that will allow you to copy a feature table while keeping the object id?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 16:42:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/copy-feature-layer-while-keeping-the-objectid/m-p/129946#M4502</guid>
      <dc:creator>GhassanKarwchan</dc:creator>
      <dc:date>2013-09-25T16:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Copy feature layer while keeping the objectid</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/copy-feature-layer-while-keeping-the-objectid/m-p/129947#M4503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Add a field and calculate it to the object ID&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OIDs are dynamic and system generated;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; you cannot rely on them in any way over more than a very short time frame.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 17:42:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/copy-feature-layer-while-keeping-the-objectid/m-p/129947#M4503</guid>
      <dc:creator>markdenil</dc:creator>
      <dc:date>2013-09-25T17:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Copy feature layer while keeping the objectid</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/copy-feature-layer-while-keeping-the-objectid/m-p/129948#M4504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi&lt;BR /&gt;What is the geoprocessing tool (python arcpy) that will allow you to copy a feature table while keeping the object id?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe the Copy tool will do that for simple features, but you should verify the result.&amp;nbsp; Complex relationships and feature types (topologies, network datasets, feature linked annotation) won't be ported and may not even work with that tool.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 18:59:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/copy-feature-layer-while-keeping-the-objectid/m-p/129948#M4504</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2013-09-25T18:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Copy feature layer while keeping the objectid</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/copy-feature-layer-while-keeping-the-objectid/m-p/129949#M4505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try using a &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/FeatureSet/018z0000005r000000/" rel="nofollow noopener noreferrer" target="_blank"&gt;featureSet&lt;/A&gt;&lt;SPAN&gt; load/copy, as in:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;fs = arcpy.FeatureSet()
fs.load(input_table_path)
fs.save(output_table_path)&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:19:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/copy-feature-layer-while-keeping-the-objectid/m-p/129949#M4505</guid>
      <dc:creator>DaleHoneycutt</dc:creator>
      <dc:date>2021-12-11T07:19:38Z</dc:date>
    </item>
  </channel>
</rss>

