<?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 maintain Global_ID while Intersection? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/maintain-global-id-while-intersection/m-p/595630#M19698</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a Problem: Is there a way to maintain the Global_ID of one Feature-class when doing an intersection with an other Feature-class (with no Global_id)? I Need the global_id to match the Feature Class with attachments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Apr 2017 10:04:49 GMT</pubDate>
    <dc:creator>JonathanReger</dc:creator>
    <dc:date>2017-04-05T10:04:49Z</dc:date>
    <item>
      <title>maintain Global_ID while Intersection?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/maintain-global-id-while-intersection/m-p/595630#M19698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a Problem: Is there a way to maintain the Global_ID of one Feature-class when doing an intersection with an other Feature-class (with no Global_id)? I Need the global_id to match the Feature Class with attachments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 10:04:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/maintain-global-id-while-intersection/m-p/595630#M19698</guid>
      <dc:creator>JonathanReger</dc:creator>
      <dc:date>2017-04-05T10:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: maintain Global_ID while Intersection?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/maintain-global-id-while-intersection/m-p/595631#M19699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you will have to clarify your problem a little.&lt;/P&gt;&lt;P&gt;Are you talking about a GUID? What exactly are you doing and what are you trying to achieve?&lt;/P&gt;&lt;P&gt;Arc version, db type etc etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 11:30:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/maintain-global-id-while-intersection/m-p/595631#M19699</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2017-04-05T11:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: maintain Global_ID while Intersection?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/maintain-global-id-while-intersection/m-p/595632#M19700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might try adding a text field and then calcing it to equal the original guid before your geoprocessing. &amp;nbsp;Personally, I don't like to use guids for anything but what they are intended fore; replication. &amp;nbsp;If you need to maintain a unique identifier there are more suitable methods.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 11:38:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/maintain-global-id-while-intersection/m-p/595632#M19700</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2017-04-05T11:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: maintain Global_ID while Intersection?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/maintain-global-id-while-intersection/m-p/595633#M19701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Problem is more General and maybe has nothing to to with an global_ID:&lt;/P&gt;&lt;P&gt;I have worked with Survey123 and have takken photos to spezific objects. I've exported those photos via "&lt;A _jive_internal="true" href="https://community.esri.com/groups/survey123/blog/2017/03/22/working-with-your-survey123-photos"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;https://community.esri.com/groups/survey123/blog/2017/03/22/working-with-your-survey123-photos&lt;/SPAN&gt;&lt;/A&gt;" to work with them via attachments. Now i want to intersect the Information and photos of an object, wich i've recorded via&amp;nbsp;survey123, with already existing informations of this object. The Primary-Key between these two feature-Clases is the adress.&lt;/P&gt;&lt;P&gt;By intersecting these two classes, there's no problem for all attributes but the photos. because with the new Intersection-class i've none relation to the Attachments of the photos. So i basically need a way to access the pictures after intersecting the two classes...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally i want to display all informations and Pictures of the objects via map series in ArcGIS-Pro via dynamic text and dynamic Pictures. If there would be an Option to display dynamic text and photos from more than just one feature-class, there would be no problem. Cause then i would display the text from the one and the photos from the other corresponding&amp;nbsp;feature-class. But i think it's not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Perhaps the problem is now somewhat clearer&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 12:20:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/maintain-global-id-while-intersection/m-p/595633#M19701</guid>
      <dc:creator>JonathanReger</dc:creator>
      <dc:date>2017-04-05T12:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: maintain Global_ID while Intersection?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/maintain-global-id-while-intersection/m-p/595634#M19702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm lost;&amp;nbsp; you say:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;The Primary-Key between these two feature-Clases is the adress.&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;followed by:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt; because with the new Intersection-class i've none relation to the Attachments of the photos&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what it is?&amp;nbsp; Do you have a relationship between the original between the original feature class and your photos?&amp;nbsp; Where does the use of guid come into play?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 13:22:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/maintain-global-id-while-intersection/m-p/595634#M19702</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2017-04-05T13:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: maintain Global_ID while Intersection?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/maintain-global-id-while-intersection/m-p/595635#M19703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The photos are related to the featureclass via an Global_Id, but when doing intersection the global_id does not maintain in the new created class. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 13:28:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/maintain-global-id-while-intersection/m-p/595635#M19703</guid>
      <dc:creator>JonathanReger</dc:creator>
      <dc:date>2017-04-05T13:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: maintain Global_ID while Intersection?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/maintain-global-id-while-intersection/m-p/595636#M19704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And without the global_id, i have no Access to the Attachment-table of the photos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 13:32:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/maintain-global-id-while-intersection/m-p/595636#M19704</guid>
      <dc:creator>JonathanReger</dc:creator>
      <dc:date>2017-04-05T13:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: maintain Global_ID while Intersection?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/maintain-global-id-while-intersection/m-p/595637#M19705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I mentioned, you could simply copy your guid to another field and re-establish the relationship there.&amp;nbsp; That field will be persistent, regardless of your geoprocessing.&amp;nbsp; An alternative would be to create a completely new join field.&amp;nbsp; For example, in most of my data I will add a field called JoinID and calc it to equal the OID of the original feature.&amp;nbsp; That Joinid becomes key field and regardless of any geoprocessing or copying to other geodatabases, it will remain persistent and because it's base on the oid, it's always unique.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 13:36:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/maintain-global-id-while-intersection/m-p/595637#M19705</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2017-04-05T13:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: maintain Global_ID while Intersection?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/maintain-global-id-while-intersection/m-p/595638#M19706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, Is there an automatic way to copy the field attributes from one to another table by using an tool wich is compatible to the modelbuilder? or is there only the way via the Editor?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 08:53:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/maintain-global-id-while-intersection/m-p/595638#M19706</guid>
      <dc:creator>JonathanReger</dc:creator>
      <dc:date>2017-04-06T08:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: maintain Global_ID while Intersection?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/maintain-global-id-while-intersection/m-p/595639#M19707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I follow your question. There is the append tool that provides a mechanism with which to map fields of one table to another. &amp;nbsp;If you are creating a an empty table you can import the schema of an existing table into your new one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 11:35:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/maintain-global-id-while-intersection/m-p/595639#M19707</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2017-04-06T11:35:11Z</dc:date>
    </item>
  </channel>
</rss>

