<?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 Merging file geodatabase in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/merging-file-geodatabase/m-p/547051#M31016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am looking for ArcGIS tool to merge two file geodatabases having same schema. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Mar 2016 05:43:15 GMT</pubDate>
    <dc:creator>ShahidHussain</dc:creator>
    <dc:date>2016-03-07T05:43:15Z</dc:date>
    <item>
      <title>Merging file geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/merging-file-geodatabase/m-p/547051#M31016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am looking for ArcGIS tool to merge two file geodatabases having same schema. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 05:43:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/merging-file-geodatabase/m-p/547051#M31016</guid>
      <dc:creator>ShahidHussain</dc:creator>
      <dc:date>2016-03-07T05:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Merging file geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/merging-file-geodatabase/m-p/547052#M31017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can only merge feature classes (within a FGDB). There are many GP tools like Append or Merge.&lt;/P&gt;&lt;P&gt;There are other tools in ArcMap (like Load Data). It depend on the data you have but the GP tools are generally the nest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have fun &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 05:54:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/merging-file-geodatabase/m-p/547052#M31017</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2016-03-07T05:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Merging file geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/merging-file-geodatabase/m-p/547053#M31018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to combine multiple datasets into an existing dataset, try &lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/append.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/append.htm"&gt;Append—Data Management toolbox | ArcGIS for Desktop&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;If you want to create a new output dataset, try &lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/merge.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/merge.htm"&gt;Merge—Data Management toolbox | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 05:55:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/merging-file-geodatabase/m-p/547053#M31018</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2016-03-07T05:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Merging file geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/merging-file-geodatabase/m-p/547054#M31019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I have a topographical data set with 59 feature classes and 533 sub types. Its difficult to merge or append one by one feature class. &lt;/P&gt;&lt;P&gt;Is there any other tool which append whole data set once.,like in production mapping tools &amp;gt;data mapping.&amp;gt; Load Data. I don't have Defense mapping extension to create cross reference database file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 06:41:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/merging-file-geodatabase/m-p/547054#M31019</guid>
      <dc:creator>ShahidHussain</dc:creator>
      <dc:date>2016-03-07T06:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Merging file geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/merging-file-geodatabase/m-p/547055#M31020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had used Append tool to combine more than 50 features at one go, with condition that they all have a same schema.&lt;/P&gt;&lt;P&gt;I had kept SCHEMA_TYPE = &lt;EM&gt;TEST &lt;/EM&gt;to check the schema match before appending. Also they should all have same geometry.&lt;/P&gt;&lt;P&gt;Also have a look at &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/geodatabases/about-loading-data-into-existing-feature-classes-a.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/geodatabases/about-loading-data-into-existing-feature-classes-a.htm"&gt;About loading data into existing feature classes and tables—ArcGIS Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 07:12:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/merging-file-geodatabase/m-p/547055#M31020</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2016-03-07T07:12:22Z</dc:date>
    </item>
  </channel>
</rss>

