<?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: Copy attachments from one feature class to another. ArcGIS Pro 2.8 in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/copy-attachments-from-one-feature-class-to-another/m-p/1193619#M57450</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am working on the same problem. Could you post your workflow for ArcPro?&amp;nbsp;&lt;/P&gt;&lt;P&gt;That old workflow doesn't seem to make sense for what I am looking for.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to transfer only attachments from Point 1 to Point 2. Python or model builder workflow would be great.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jul 2022 19:11:55 GMT</pubDate>
    <dc:creator>AndrewThompson_SCE</dc:creator>
    <dc:date>2022-07-19T19:11:55Z</dc:date>
    <item>
      <title>Copy attachments from one feature class to another. ArcGIS Pro 2.8</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/copy-attachments-from-one-feature-class-to-another/m-p/1135422#M50253</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to copy attachments from one feature class to another?&lt;/P&gt;&lt;P&gt;Both layer are point feature class and they have a named field in common.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 14:36:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/copy-attachments-from-one-feature-class-to-another/m-p/1135422#M50253</guid>
      <dc:creator>MarcusNielsen</dc:creator>
      <dc:date>2022-01-20T14:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Copy attachments from one feature class to another. ArcGIS Pro 2.8</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/copy-attachments-from-one-feature-class-to-another/m-p/1135461#M50262</link>
      <description>&lt;P&gt;The Append geoprocessing tool will &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/environment-settings/maintain-attachments.htm" target="_self"&gt;copy/transfer attachments&lt;/A&gt; to another point feature class as long as the "enable attachments" command/gp tool has been applied to the 2nd feature class.&amp;nbsp; The Copy tool will also transfer attachments but only to a new feature class.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 15:52:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/copy-attachments-from-one-feature-class-to-another/m-p/1135461#M50262</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2022-01-20T15:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Copy attachments from one feature class to another. ArcGIS Pro 2.8</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/copy-attachments-from-one-feature-class-to-another/m-p/1135763#M50310</link>
      <description>&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;Will "append" work when the features already exist in the 2nd feature class?&lt;/P&gt;&lt;P&gt;The two feature classes are almost identical. Same points and location. The one have the attachments and the other dont.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 10:21:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/copy-attachments-from-one-feature-class-to-another/m-p/1135763#M50310</guid>
      <dc:creator>MarcusNielsen</dc:creator>
      <dc:date>2022-01-21T10:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Copy attachments from one feature class to another. ArcGIS Pro 2.8</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/copy-attachments-from-one-feature-class-to-another/m-p/1136015#M50358</link>
      <description>&lt;P&gt;So if the feature exists in the 1st FC (has attachments) and the same feature in the 2nd feature (and does not have attachments), you're wanting to only copy over the attachment but not the feature, correct?&amp;nbsp; I found an &lt;A href="https://resource.esriuk.com/blog/2016-6-28-cwvhyhkyk2wpwgd091j4rzcpmpu2rr/" target="_self"&gt;old workflow&lt;/A&gt; in ArcMap that "should" work in ArcGIS Pro - might work.&amp;nbsp; If you want (and can share the data with me), clip out a small subset of the data for FC1 and FC2 and I can work on it for testing purposes.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 21:24:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/copy-attachments-from-one-feature-class-to-another/m-p/1136015#M50358</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2022-01-21T21:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Copy attachments from one feature class to another. ArcGIS Pro 2.8</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/copy-attachments-from-one-feature-class-to-another/m-p/1136810#M50488</link>
      <description>&lt;P&gt;Thank you very much for your help.&lt;/P&gt;&lt;P&gt;I got the Append tool to work. It just took a very long time due to all the features and attachments &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 11:27:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/copy-attachments-from-one-feature-class-to-another/m-p/1136810#M50488</guid>
      <dc:creator>MarcusNielsen</dc:creator>
      <dc:date>2022-01-25T11:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Copy attachments from one feature class to another. ArcGIS Pro 2.8</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/copy-attachments-from-one-feature-class-to-another/m-p/1193619#M57450</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am working on the same problem. Could you post your workflow for ArcPro?&amp;nbsp;&lt;/P&gt;&lt;P&gt;That old workflow doesn't seem to make sense for what I am looking for.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to transfer only attachments from Point 1 to Point 2. Python or model builder workflow would be great.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 19:11:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/copy-attachments-from-one-feature-class-to-another/m-p/1193619#M57450</guid>
      <dc:creator>AndrewThompson_SCE</dc:creator>
      <dc:date>2022-07-19T19:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Copy attachments from one feature class to another. ArcGIS Pro 2.8</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/copy-attachments-from-one-feature-class-to-another/m-p/1215264#M60139</link>
      <description>&lt;P&gt;I know this post is a couple months old, but the workflow I used is as follows. It assumes that your object IDs in Point 1 and Point 2 match. Point 1 has attachments. Point 2 does not.&lt;/P&gt;&lt;P&gt;1. Use enable attachments on Point 2.&lt;/P&gt;&lt;P&gt;2. Use append. Input dataset is the Point 1 Attachments Table. Target dataset is the Point 2 Attachments Table.&lt;/P&gt;&lt;P&gt;The append tool will copy all info from Point 1 attachments to Point 2 attachments. Then Point 2's relationship class (created by the enable attachments tool) should correctly pickup and associate the attachments, assuming your object IDs match.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 20:27:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/copy-attachments-from-one-feature-class-to-another/m-p/1215264#M60139</guid>
      <dc:creator>DanielMiranda2</dc:creator>
      <dc:date>2022-09-22T20:27:29Z</dc:date>
    </item>
  </channel>
</rss>

