<?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 Load features into an existing feature classe with Python in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/load-features-into-an-existing-feature-classe-with/m-p/483175#M37725</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm dissapointed because I can't find any example of a script wich is able to :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. take the records of an existing feature class (in a GeoDB file)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. put them in an existing feature classe (in a GeoDB file too)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With the interface it is the same to right-clic &amp;gt; Load &amp;gt; Load Data command.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Precision : I don't want to overwrite the target feature class !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jun 2011 09:31:52 GMT</pubDate>
    <dc:creator>MaëlREBOUX</dc:creator>
    <dc:date>2011-06-23T09:31:52Z</dc:date>
    <item>
      <title>Load features into an existing feature classe with Python</title>
      <link>https://community.esri.com/t5/python-questions/load-features-into-an-existing-feature-classe-with/m-p/483175#M37725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm dissapointed because I can't find any example of a script wich is able to :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. take the records of an existing feature class (in a GeoDB file)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. put them in an existing feature classe (in a GeoDB file too)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With the interface it is the same to right-clic &amp;gt; Load &amp;gt; Load Data command.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Precision : I don't want to overwrite the target feature class !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 09:31:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/load-features-into-an-existing-feature-classe-with/m-p/483175#M37725</guid>
      <dc:creator>MaëlREBOUX</dc:creator>
      <dc:date>2011-06-23T09:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Load features into an existing feature classe with Python</title>
      <link>https://community.esri.com/t5/python-questions/load-features-into-an-existing-feature-classe-with/m-p/483176#M37726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001700000050000000.htm"&gt;arcpy.Append_management&lt;/A&gt;&lt;SPAN&gt; command to do this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 10:25:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/load-features-into-an-existing-feature-classe-with/m-p/483176#M37726</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2011-06-23T10:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load features into an existing feature classe with Python</title>
      <link>https://community.esri.com/t5/python-questions/load-features-into-an-existing-feature-classe-with/m-p/483177#M37727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The append works great. I've also had to use a combination Search/Insert/Update cursor to get data from one table to another. That might be an option depending on your end result.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 15:48:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/load-features-into-an-existing-feature-classe-with/m-p/483177#M37727</guid>
      <dc:creator>MikeMacRae</dc:creator>
      <dc:date>2011-06-23T15:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Load features into an existing feature classe with Python</title>
      <link>https://community.esri.com/t5/python-questions/load-features-into-an-existing-feature-classe-with/m-p/483178#M37728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can use the &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001700000050000000.htm"&gt;arcpy.Append_management&lt;/A&gt; command to do this.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to append feature classes together using C# but am running into an error&amp;nbsp; (see attached).&amp;nbsp; My code is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; object[] InLayers = new object[1];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; InLayers[0] = "ROW_points2polygons; ROW_linePolygons; AreaFeatures";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; object[] OutLayer = new object[1];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OutLayer[0] = "c:\\ROW_Scrub.gdb" + "\\" + "ROW_Appended";&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.Type SystemTypeGp = System.Type.GetTypeFromProgID("esriGeoprocessing.GpDispatch.1");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.Object objDispatch = Activator.CreateInstance(SystemTypeGp);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SystemTypeGp.InvokeMember("Toolbox", BindingFlags.SetProperty, null, objDispatch,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; new object[] { @"C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx" });&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SystemTypeGp.InvokeMember("Append", System.Reflection.BindingFlags.Public, null, OutLayer, InLayers);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you tell me what is meant by BindingFlags and Binders?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Most of the examples that I find are written using Python.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any help you can provide.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 12:32:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/load-features-into-an-existing-feature-classe-with/m-p/483178#M37728</guid>
      <dc:creator>LindaMcCafferty</dc:creator>
      <dc:date>2011-07-07T12:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Load features into an existing feature classe with Python</title>
      <link>https://community.esri.com/t5/python-questions/load-features-into-an-existing-feature-classe-with/m-p/483179#M37729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How can the append tool be used to add a query to the records so that only specific records are copied from one Gdb to another... ??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 19:53:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/load-features-into-an-existing-feature-classe-with/m-p/483179#M37729</guid>
      <dc:creator>RyanMooney</dc:creator>
      <dc:date>2013-07-23T19:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Load features into an existing feature classe with Python</title>
      <link>https://community.esri.com/t5/python-questions/load-features-into-an-existing-feature-classe-with/m-p/483180#M37730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;�?�Map layers can be used as Input Datasets. If a layer has a selection, only the selected records (features or table rows) are used by the Append tool.&lt;BR /&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001700000050000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//001700000050000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 20:43:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/load-features-into-an-existing-feature-classe-with/m-p/483180#M37730</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-07-23T20:43:15Z</dc:date>
    </item>
  </channel>
</rss>

