<?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 Disable Global ID with Python? in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/disable-global-id-with-python/m-p/1235871#M8082</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Is there a way to get rid of GlobalID using Python in a GDB?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Let me explain:&lt;/P&gt;&lt;P&gt;If I'm not wrong we are currently forced to Add GlobalID and Enable Editor Tracking to implement Data Reviewer rules in a GDB we want to validate with Attribute Rules.&lt;/P&gt;&lt;P&gt;The fact is that we do not want to modify our official GDB structure, and that, if we temporalily add these fields, we also want to delete them after validation.&lt;/P&gt;&lt;P&gt;Rather easy to Add GlobalIDs and Enable Editor Tracking with Python, and then to Disable Editor Tracking then Delete Fields for Editor, always with arcpy.&lt;/P&gt;&lt;P&gt;But nothing for getting rid of GlobalIDs, except maybe transfering all the data in an empty GDB in the same model, without GlobalIDs... Very long for nearly nothing.&lt;/P&gt;&lt;P&gt;Any other solution?&lt;/P&gt;&lt;P&gt;TKS&lt;/P&gt;</description>
    <pubDate>Tue, 29 Nov 2022 13:56:46 GMT</pubDate>
    <dc:creator>Nicolas_GREHANT_IGNFI</dc:creator>
    <dc:date>2022-11-29T13:56:46Z</dc:date>
    <item>
      <title>Disable Global ID with Python?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/disable-global-id-with-python/m-p/1235871#M8082</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Is there a way to get rid of GlobalID using Python in a GDB?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Let me explain:&lt;/P&gt;&lt;P&gt;If I'm not wrong we are currently forced to Add GlobalID and Enable Editor Tracking to implement Data Reviewer rules in a GDB we want to validate with Attribute Rules.&lt;/P&gt;&lt;P&gt;The fact is that we do not want to modify our official GDB structure, and that, if we temporalily add these fields, we also want to delete them after validation.&lt;/P&gt;&lt;P&gt;Rather easy to Add GlobalIDs and Enable Editor Tracking with Python, and then to Disable Editor Tracking then Delete Fields for Editor, always with arcpy.&lt;/P&gt;&lt;P&gt;But nothing for getting rid of GlobalIDs, except maybe transfering all the data in an empty GDB in the same model, without GlobalIDs... Very long for nearly nothing.&lt;/P&gt;&lt;P&gt;Any other solution?&lt;/P&gt;&lt;P&gt;TKS&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 13:56:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/disable-global-id-with-python/m-p/1235871#M8082</guid>
      <dc:creator>Nicolas_GREHANT_IGNFI</dc:creator>
      <dc:date>2022-11-29T13:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Global ID with Python?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/disable-global-id-with-python/m-p/1238009#M8083</link>
      <description>&lt;P&gt;&lt;STRONG&gt;No answer = Impossible?.&lt;/STRONG&gt;..&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here is the bypass we use&lt;/STRONG&gt;, but it means "Having Topographic Mapping" extension:&lt;/P&gt;&lt;P&gt;- We create a XCROSS to go from GDB with GIDs to the original GDB without.&lt;/P&gt;&lt;P&gt;- We then use "Load Data".&lt;/P&gt;&lt;P&gt;All this goes very quick.&lt;/P&gt;&lt;P&gt;Anyway it would be 1000 time better to have an arcpy "Desable Global IDs"...&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 21:25:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/disable-global-id-with-python/m-p/1238009#M8083</guid>
      <dc:creator>Nicolas_GREHANT_IGNFI</dc:creator>
      <dc:date>2022-12-05T21:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Global ID with Python?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/disable-global-id-with-python/m-p/1238047#M8084</link>
      <description>&lt;P&gt;This question might get more responses in the geodatabase board. That said, this might be a good opportunity to suggest an enhancement in the &lt;A href="https://community.esri.com/t5/data-management-ideas/idb-p/data-management-ideas" target="_self"&gt;Data Management Ideas&lt;/A&gt; site for more control on a GlobalID field.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 23:43:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/disable-global-id-with-python/m-p/1238047#M8084</guid>
      <dc:creator>JayCary</dc:creator>
      <dc:date>2022-12-05T23:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Global ID with Python?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/disable-global-id-with-python/m-p/1238048#M8085</link>
      <description>&lt;P&gt;Hi Jay! I agree, it's something far more general than Data reviewer, the fact was just that adding GID was something compulsory because of DR. I'm gonna post in Data Management Ideas. TKS&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 23:51:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/disable-global-id-with-python/m-p/1238048#M8085</guid>
      <dc:creator>Nicolas_GREHANT_IGNFI</dc:creator>
      <dc:date>2022-12-05T23:51:34Z</dc:date>
    </item>
  </channel>
</rss>

