<?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: How to copy data from one featureclass to another one using Python code? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-to-copy-data-from-one-featureclass-to-another/m-p/107571#M8307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can do this using the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001700000050000000" rel="nofollow noopener noreferrer" target="_blank"&gt;Append&lt;/A&gt;&lt;SPAN&gt; tool.&amp;nbsp; Here is an example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;arcpy.Append_management("C:/Temp/Python/Test.gdb/Centerlines", "C:/Temp/Python/Test.gdb/Streets", "NO_TEST", """NAME, #, #, C:/Temp/Python/Test.gdb/Centerlines, StreetName;\
&amp;nbsp;&amp;nbsp;&amp;nbsp; Address, #, #, C:/Temp/Python/Test.gdb/Centerlines, Addr""")&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the above example, the field "NAME" in the Streets feature class is being populated by the field "StreetName" from the Centerlines feature class.&amp;nbsp; Also, "Address" is being populated by "Addr".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 06:30:56 GMT</pubDate>
    <dc:creator>JakeSkinner</dc:creator>
    <dc:date>2021-12-11T06:30:56Z</dc:date>
    <item>
      <title>How to copy data from one featureclass to another one using Python code?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-copy-data-from-one-featureclass-to-another/m-p/107570#M8306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Greetings,&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am new to Python but not new to ArcObject &amp;amp; .Net development. I just have a simple question that need some care from the Python developers if possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have two featureclasses loaded in ArcMap and each one of them has different fields names and different count of fields.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I need is to copy data from the 1st FC to the 2nd FC and allow the user to select fields from the 1st FC and map them with the corresponding fields in the 2nd FC and this is all using Python on ArcMap10.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please support me in this case ASAP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Thanks in advance...&lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 04:27:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-copy-data-from-one-featureclass-to-another/m-p/107570#M8306</guid>
      <dc:creator>dgesridgesri</dc:creator>
      <dc:date>2013-04-23T04:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to copy data from one featureclass to another one using Python code?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-copy-data-from-one-featureclass-to-another/m-p/107571#M8307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can do this using the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001700000050000000" rel="nofollow noopener noreferrer" target="_blank"&gt;Append&lt;/A&gt;&lt;SPAN&gt; tool.&amp;nbsp; Here is an example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;arcpy.Append_management("C:/Temp/Python/Test.gdb/Centerlines", "C:/Temp/Python/Test.gdb/Streets", "NO_TEST", """NAME, #, #, C:/Temp/Python/Test.gdb/Centerlines, StreetName;\
&amp;nbsp;&amp;nbsp;&amp;nbsp; Address, #, #, C:/Temp/Python/Test.gdb/Centerlines, Addr""")&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the above example, the field "NAME" in the Streets feature class is being populated by the field "StreetName" from the Centerlines feature class.&amp;nbsp; Also, "Address" is being populated by "Addr".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 06:30:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-copy-data-from-one-featureclass-to-another/m-p/107571#M8307</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2021-12-11T06:30:56Z</dc:date>
    </item>
  </channel>
</rss>

