<?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 arcpy append or copy feature class with attachments in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcpy-append-or-copy-feature-class-with/m-p/454573#M35707</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When copying or appending a feature class with attachments into another feature that has also attachments does it copy the attachments?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can it be done with Model Builder?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 May 2016 19:29:30 GMT</pubDate>
    <dc:creator>JoseSanchez</dc:creator>
    <dc:date>2016-05-05T19:29:30Z</dc:date>
    <item>
      <title>arcpy append or copy feature class with attachments</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-append-or-copy-feature-class-with/m-p/454573#M35707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When copying or appending a feature class with attachments into another feature that has also attachments does it copy the attachments?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can it be done with Model Builder?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 19:29:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-append-or-copy-feature-class-with/m-p/454573#M35707</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2016-05-05T19:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy append or copy feature class with attachments</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-append-or-copy-feature-class-with/m-p/454574#M35708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am assuming that you tried it within a geodatabase and it didn't work, or didn't work as you expected, so you should really have a look at the &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/an-overview-of-the-attachments-toolset.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/an-overview-of-the-attachments-toolset.htm"&gt;An overview of the Attachments toolset—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 20:24:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-append-or-copy-feature-class-with/m-p/454574#M35708</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-05-05T20:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy append or copy feature class with attachments</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-append-or-copy-feature-class-with/m-p/454575#M35709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same question as Jose really.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a (fgdb) feature class containing records with attachments which I want to merge with another feature class containing records. All I can establish is copying records but losing the attachments,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a how-to about this? I've read the link Mr Patterson mentioned above but I can't find a copy-paste or merge action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment i'm thinking along the lines of:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use a cursor to walk through the records in FC1&lt;/P&gt;&lt;P&gt;Detect if an attachment is present&lt;/P&gt;&lt;P&gt;if no attachment present, just copy the record to FC2&lt;/P&gt;&lt;P&gt;if an attachment is present, export the attachment (found this as a starter&amp;nbsp;&lt;A href="http://support.esri.com/technical-article/000011912"&gt;http://support.esri.com/technical-article/000011912&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;copy the record to FC2&lt;/P&gt;&lt;P&gt;re-attach the attachment to the record in FC2 (using add attachment from Mr Pattersons link above)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts are appreciated, when successfull I'll keep you posted. (When desparate, I'll keep you posted as well ;-))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 12:00:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-append-or-copy-feature-class-with/m-p/454575#M35709</guid>
      <dc:creator>Gisbert61</dc:creator>
      <dc:date>2016-08-16T12:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy append or copy feature class with attachments</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-append-or-copy-feature-class-with/m-p/454576#M35710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This function is available in arcGIS desktop 10.5 and Pro. If you are not on that version have a look at the thread&amp;nbsp;&lt;A _jive_internal="true" href="https://community.esri.com/ideas/6550-merge-feature-classes-with-attachments"&gt;On this site&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Nov 2017 14:06:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-append-or-copy-feature-class-with/m-p/454576#M35710</guid>
      <dc:creator>BenNadler</dc:creator>
      <dc:date>2017-11-12T14:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy append or copy feature class with attachments</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-append-or-copy-feature-class-with/m-p/454577#M35711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is only available with the Standard and Advanced licenses as pointed out in my link... that could be the issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Nov 2017 14:23:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-append-or-copy-feature-class-with/m-p/454577#M35711</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-11-12T14:23:42Z</dc:date>
    </item>
  </channel>
</rss>

