<?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: Table with Attachments to Feature Class in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/table-with-attachments-to-feature-class/m-p/1144648#M43847</link>
    <description>&lt;P&gt;Yes, this worked! One of my problems was that I had GlobalIDs in the original tables, which were causing problems when trying to migrate attachments to a new feature class. But after creating a new GDB and deleting GlobalID, this worked perfect. Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 16 Feb 2022 15:14:35 GMT</pubDate>
    <dc:creator>MatthewMassey</dc:creator>
    <dc:date>2022-02-16T15:14:35Z</dc:date>
    <item>
      <title>Table with Attachments to Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/table-with-attachments-to-feature-class/m-p/1144109#M43844</link>
      <description>&lt;P&gt;I'm struggling with a problem and I feel like I'm missing something obvious. I'm trying to migrate a non-spatial table with attachments to a feature class with those same attachments. I'm working in ArcGIS Pro 2.9.1, and the non-spatial table has the X and Y fields. I've tried several things...&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;"Display XY data" with the non-spatial table. Unfortunately, this doesn't maintain attachments.&lt;/LI&gt;&lt;LI&gt;"XY table to Point". Same problem...unable to maintain attachments&lt;/LI&gt;&lt;LI&gt;Editing the relationship class between the non-spatial table and attachment table. Unable to change origin from non-spatial table to new feature class.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any recommendations without going back to the original attachment images, creating new match tables, etc?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 16:05:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/table-with-attachments-to-feature-class/m-p/1144109#M43844</guid>
      <dc:creator>MatthewMassey</dc:creator>
      <dc:date>2022-02-15T16:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Table with Attachments to Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/table-with-attachments-to-feature-class/m-p/1144137#M43845</link>
      <description>&lt;P&gt;Going back to the original images may be quicker &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it is possible...&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. In your original table, make sure you have some sort of unique ID field&lt;/P&gt;&lt;P&gt;2. In the original attachments table, join this ID field to the attachment table using objectid&lt;/P&gt;&lt;P&gt;3. Use Display XY data as described on the original table&lt;/P&gt;&lt;P&gt;4. Enable attachments on the now created new feature class&lt;/P&gt;&lt;P&gt;5.&amp;nbsp;Add the ID field to the new attachment table&lt;/P&gt;&lt;P&gt;6. Append the old attachment table to the new feature class attachment table&lt;/P&gt;&lt;P&gt;7. Join the objectids from the new feature class to the new attachment table using the ID field&lt;/P&gt;&lt;P&gt;8. Recalculate the parent objectids&amp;nbsp;&lt;/P&gt;&lt;P&gt;9. Delete the excessive fields from the feature class&lt;/P&gt;&lt;P&gt;Your new feature class now has the correct attachments!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 16:39:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/table-with-attachments-to-feature-class/m-p/1144137#M43845</guid>
      <dc:creator>HuubZwart</dc:creator>
      <dc:date>2022-02-15T16:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Table with Attachments to Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/table-with-attachments-to-feature-class/m-p/1144648#M43847</link>
      <description>&lt;P&gt;Yes, this worked! One of my problems was that I had GlobalIDs in the original tables, which were causing problems when trying to migrate attachments to a new feature class. But after creating a new GDB and deleting GlobalID, this worked perfect. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 15:14:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/table-with-attachments-to-feature-class/m-p/1144648#M43847</guid>
      <dc:creator>MatthewMassey</dc:creator>
      <dc:date>2022-02-16T15:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Table with Attachments to Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/table-with-attachments-to-feature-class/m-p/1487435#M45235</link>
      <description>&lt;P&gt;This is what I ended up with, which worked well if a little clunky.&lt;/P&gt;&lt;DIV class=""&gt;In the end, I need to create&amp;nbsp;an Attachment Viewer&amp;nbsp;Instant App, so I need a layer with attachments, not related records. Also, I wanted to have a "backup" of the data from a Survey123 survey, instead of working with the original feature layer.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Here was my workaround, the steps of which you can likely do programmatically rather than piecemeal:&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;OL&gt;&lt;LI&gt;Run the script in this&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-download-survey-data/ba-p/1141835" target="_blank" rel="noopener"&gt;Notebook.&lt;/A&gt;&amp;nbsp;The script creates: 1) a spreadsheet containing the records from the survey containing two sheets: the attribute table of the feature layer and the related photo table, 2) a csv describing&amp;nbsp;what attachments correspond to each record, and 3) a folder&amp;nbsp;for the attachments (photos, in my case).&lt;/LI&gt;&lt;LI&gt;I used XY Table to Point to&amp;nbsp;create a feature class from the&amp;nbsp;xy values of the attribute table sheet (in the spreadsheet).&lt;/LI&gt;&lt;LI&gt;Using the Add Join tool, I joined the related photo table (from the spreadsheet) and the attachment csv by the ObjectID and Parent objectId fields, in that order.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Finally I used the Add Attachments tool with the input dataset being the XY Table to Point results, and the match table being the joined table from the previous step. The input join field is the GlobalID and the match join field is ParentGlobalID. The match path field is one of the fields created by the script in the attachment csv ("Attachment&amp;nbsp;path"), and the working folder is the directory set up by the script (i.e. C:\Users\etc).&lt;/LI&gt;&lt;LI&gt;Boom. Eat a sandwich, drink a beer, continue&amp;nbsp;with your life.&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;I hope this helps some others in the same boat.&lt;/DIV&gt;</description>
      <pubDate>Fri, 07 Jun 2024 19:54:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/table-with-attachments-to-feature-class/m-p/1487435#M45235</guid>
      <dc:creator>FourCornersMapping</dc:creator>
      <dc:date>2024-06-07T19:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Table with Attachments to Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/table-with-attachments-to-feature-class/m-p/1639491#M45703</link>
      <description>&lt;P&gt;To add on some further help for the next person coming along also...&lt;/P&gt;&lt;P&gt;We had a feature class with photo attachments populated using field maps but surveyed accurately separately to the app. So we had a X, Y and Z fields to which the data needed to be shifted to put it in the correct location. As above, the 'XY Table to Point' tool worked fine for this but didn't carry across the attachments. We've created the attached (pun intended) toolbox with each tool working together to update the locations of data and carry across the attachments (for some reason it wasn't working within the single model for the XY Table to Point part but splitting it worked). This solution is based on the above methodologies.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 03:15:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/table-with-attachments-to-feature-class/m-p/1639491#M45703</guid>
      <dc:creator>MandP</dc:creator>
      <dc:date>2025-08-06T03:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Table with Attachments to Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/table-with-attachments-to-feature-class/m-p/1648979#M45738</link>
      <description>&lt;P&gt;Whew, took some mental aerobics but I got it too! Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Sep 2025 16:41:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/table-with-attachments-to-feature-class/m-p/1648979#M45738</guid>
      <dc:creator>Allie</dc:creator>
      <dc:date>2025-09-09T16:41:55Z</dc:date>
    </item>
  </channel>
</rss>

