<?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 I need to merge two dbf tables in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/i-need-to-merge-two-dbf-tables/m-p/534227#M17746</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a tool in Arc that will merge two dbf tables?&amp;nbsp; I can also use Python code (I just don't know how to write it from scratch).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have two tables in 2 different directories that have the same name and I want to Merge them together.&amp;nbsp; I usually have a bunch files like this so I need a better way than doing it by hand.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Apr 2014 16:11:40 GMT</pubDate>
    <dc:creator>KellyWirtz</dc:creator>
    <dc:date>2014-04-18T16:11:40Z</dc:date>
    <item>
      <title>I need to merge two dbf tables</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/i-need-to-merge-two-dbf-tables/m-p/534227#M17746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a tool in Arc that will merge two dbf tables?&amp;nbsp; I can also use Python code (I just don't know how to write it from scratch).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have two tables in 2 different directories that have the same name and I want to Merge them together.&amp;nbsp; I usually have a bunch files like this so I need a better way than doing it by hand.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 16:11:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/i-need-to-merge-two-dbf-tables/m-p/534227#M17746</guid>
      <dc:creator>KellyWirtz</dc:creator>
      <dc:date>2014-04-18T16:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: I need to merge two dbf tables</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/i-need-to-merge-two-dbf-tables/m-p/534228#M17747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is there a tool in Arc that will merge two dbf tables?&amp;nbsp; I can also use Python code (I just don't know how to write it from scratch).&lt;BR /&gt;&lt;BR /&gt;I have two tables in 2 different directories that have the same name and I want to Merge them together.&amp;nbsp; I usually have a bunch files like this so I need a better way than doing it by hand.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Use the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001700000055000000"&gt;Merge tool&lt;/A&gt;&lt;SPAN&gt; if you are outputting to an entirely new dataset.&amp;nbsp; Use the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Append/001700000050000000/"&gt;Append tool&lt;/A&gt;&lt;SPAN&gt; if you are copying records from one dataset into another existing dataset.&amp;nbsp; Both can take a set of inputs from multiple location to combine together.&amp;nbsp; If they are features, they have to be of the exact same feature type.&amp;nbsp; The schemas do not have to be exactly the same, but you need to use the No Test option with the Append tool and field map any unmatched fields otherwise the attributes will not transfer using that tool.&amp;nbsp; The Merge tool is probably better for this situation since it will design a new schema on the fly that retains all of the input attributes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 16:30:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/i-need-to-merge-two-dbf-tables/m-p/534228#M17747</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2014-04-18T16:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: I need to merge two dbf tables</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/i-need-to-merge-two-dbf-tables/m-p/534229#M17748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Kelly,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use the append geoprocessing tool to combine the tables to a single output table. This may be helpful. I would only recommend running this inside of a model and not in Python, because of the field matching.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tested loading a table in an enterprise geodatabase from tables in two different locations on my PC using the append tool with no issues.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/#/Append/001700000050000000/"&gt;http://resources.arcgis.com/en/help/main/10.2/#/Append/001700000050000000/&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps! I just made it after Richards post.....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;George T.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 16:32:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/i-need-to-merge-two-dbf-tables/m-p/534229#M17748</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2014-04-18T16:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: I need to merge two dbf tables</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/i-need-to-merge-two-dbf-tables/m-p/534230#M17749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you both, I will try this and see if it works in our case.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 17:17:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/i-need-to-merge-two-dbf-tables/m-p/534230#M17749</guid>
      <dc:creator>KellyWirtz</dc:creator>
      <dc:date>2014-04-18T17:17:26Z</dc:date>
    </item>
  </channel>
</rss>

