<?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: Global IDs: Feature Class to Table in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/global-ids-feature-class-to-table/m-p/806617#M12222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like the second link you have provides a viable workaround; the other method is to&lt;/P&gt;&lt;P&gt;1) copy the existing globalids to a new GUID field so they are retained after appending&lt;/P&gt;&lt;P&gt;2) After appending, join the new table to the related table by the old globalid&lt;/P&gt;&lt;P&gt;3) update the related table's parentglobalid field with the new globalid&lt;/P&gt;&lt;P&gt;4) copy over the related table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jul 2018 20:41:09 GMT</pubDate>
    <dc:creator>JamesTedrick</dc:creator>
    <dc:date>2018-07-02T20:41:09Z</dc:date>
    <item>
      <title>Global IDs: Feature Class to Table</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/global-ids-feature-class-to-table/m-p/806616#M12221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This appears to be a red herring, but as a last ditch effort, I'm posting it up here.&amp;nbsp; I've checked a number of sources:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://support.esri.com/en/technical-article/000010889" title="https://support.esri.com/en/technical-article/000010889"&gt;FAQ: Which data loading scenarios will preserve Global ID values?&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/202815"&gt;Preserving a GlobalID while moving data between Feature Classes&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://gis.stackexchange.com/questions/85510/how-to-maintain-globalids-while-copying-shapefile-data-into-esri-fgdb-feature-cl" title="https://gis.stackexchange.com/questions/85510/how-to-maintain-globalids-while-copying-shapefile-data-into-esri-fgdb-feature-cl"&gt;arcgis 10.0 - How to maintain GlobalIDs while copying shapefile data into ESRI FGDB feature class? - Geographic Informat…&lt;/A&gt;&amp;nbsp; &amp;nbsp;just to name a few....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have data that came to me via Survey 123: point features and related attachments tables.&amp;nbsp; Survey 123 used GlobalID in the point features as the key and the attachments tables store that value in a field called REL_GlobalID.&amp;nbsp; The issue is we would like to migrate historical &lt;EM&gt;point data&lt;/EM&gt; from Survey 123 into a &lt;EM&gt;table&lt;/EM&gt; in an enterprise Geodatabase.&amp;nbsp; As indicated in the first link copy and paste preserves the GlobalID, but since I going from a feature class to a table, copy and paste won't do the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other links above provide a nifty work around&amp;nbsp;to populate a GUID type field with the incoming GlobalIDs.&amp;nbsp; However, since the survey uses GlobalID to Rel_GlobalID as the relationship key/foreign key that does not seem like a valid approach for our application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bottom line: is there any way to maintain GlobalIDs in a feature class when moving data from a feature class to a table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2018 20:04:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/global-ids-feature-class-to-table/m-p/806616#M12221</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-07-02T20:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Global IDs: Feature Class to Table</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/global-ids-feature-class-to-table/m-p/806617#M12222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like the second link you have provides a viable workaround; the other method is to&lt;/P&gt;&lt;P&gt;1) copy the existing globalids to a new GUID field so they are retained after appending&lt;/P&gt;&lt;P&gt;2) After appending, join the new table to the related table by the old globalid&lt;/P&gt;&lt;P&gt;3) update the related table's parentglobalid field with the new globalid&lt;/P&gt;&lt;P&gt;4) copy over the related table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2018 20:41:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/global-ids-feature-class-to-table/m-p/806617#M12222</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2018-07-02T20:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Global IDs: Feature Class to Table</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/global-ids-feature-class-to-table/m-p/806618#M12223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added a GUID field to my existing feature classes and calculated them = GlobablID and then exported them to stand-alone tables.&amp;nbsp; In my enterprise gdb I added a GUID field as well: when I go to append the stand alone tables to the enterprise gdb table, I Get an error saying it can't copy the stand alone table guid value to the egdb guid value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sigh....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I may just try it with a text field instead....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edited moments later:&amp;nbsp; yeah.&amp;nbsp; Making it a text field allows me to append.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2018 22:11:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/global-ids-feature-class-to-table/m-p/806618#M12223</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-07-02T22:11:17Z</dc:date>
    </item>
  </channel>
</rss>

