<?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: merge_management table limits? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/merge-management-table-limits/m-p/645194#M50303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Figured out exporting to dbf file apposed to a feature table was the problem. Now all rows are in merged table!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Sep 2011 02:59:04 GMT</pubDate>
    <dc:creator>HaydenLewis</dc:creator>
    <dc:date>2011-09-23T02:59:04Z</dc:date>
    <item>
      <title>merge_management table limits?</title>
      <link>https://community.esri.com/t5/python-questions/merge-management-table-limits/m-p/645193#M50302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have an issue with merge_management. I have a script that loops through all tables in a geodatabase and uses them in merge management. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[HTML]import arcpy, string, os, sys&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from arcpy import env&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;env.workspace = "F:\\TEMP\\VLUIS2009.gdb\\"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ftstring= ""&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;outputfc="F:\\TEMP\\zonalstatsV2all.dbf"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rtyu= '"'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.env.overwriteOutput = True&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tableList = arcpy.ListTables()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for table in tableList:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ftstring=ftstring+'"'"F:\\TEMP\\VLUIS2009.gdb\\"+str(table)+'"'","&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;abcd = "["+ftstring+"]"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.Merge_management(abcd,outputfc)[/HTML]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Problem is that only half of the tables get merged and it completes successfully without error. From the source tables there are 2.7million rows, but only 1 million of them come across in the merged table. Is there a limit to the number of tables in a merge request?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 01:44:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/merge-management-table-limits/m-p/645193#M50302</guid>
      <dc:creator>HaydenLewis</dc:creator>
      <dc:date>2011-09-23T01:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: merge_management table limits?</title>
      <link>https://community.esri.com/t5/python-questions/merge-management-table-limits/m-p/645194#M50303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Figured out exporting to dbf file apposed to a feature table was the problem. Now all rows are in merged table!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 02:59:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/merge-management-table-limits/m-p/645194#M50303</guid>
      <dc:creator>HaydenLewis</dc:creator>
      <dc:date>2011-09-23T02:59:04Z</dc:date>
    </item>
  </channel>
</rss>

