<?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: Python code to merge attribute rows in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/python-code-to-merge-attribute-rows/m-p/642407#M17300</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Rory,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Take a look at the desktop help file! It has hundreds of examples of how to script the geoprocessing tools in Python. Depending upon exactly what you want to do you may want to &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;merge&lt;/SPAN&gt;&lt;SPAN&gt; tables or &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;append&lt;/SPAN&gt;&lt;SPAN&gt; data to an existing table? Anyway search the help file for the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Merge&lt;/SPAN&gt;&lt;SPAN&gt; tool and at the bottom of the page there is always a short example of the tool being called using Python under the section &lt;/SPAN&gt;&lt;STRONG&gt;Scripting syntax&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Duncan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Dec 2010 09:24:33 GMT</pubDate>
    <dc:creator>DuncanHornby</dc:creator>
    <dc:date>2010-12-08T09:24:33Z</dc:date>
    <item>
      <title>Python code to merge attribute rows</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/python-code-to-merge-attribute-rows/m-p/642406#M17299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am writing a standalone Python application and I need to merge rows of attributes into one only attribute.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks ~ Rory&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2010 05:55:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/python-code-to-merge-attribute-rows/m-p/642406#M17299</guid>
      <dc:creator>RoryHall</dc:creator>
      <dc:date>2010-12-08T05:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Python code to merge attribute rows</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/python-code-to-merge-attribute-rows/m-p/642407#M17300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Rory,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Take a look at the desktop help file! It has hundreds of examples of how to script the geoprocessing tools in Python. Depending upon exactly what you want to do you may want to &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;merge&lt;/SPAN&gt;&lt;SPAN&gt; tables or &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;append&lt;/SPAN&gt;&lt;SPAN&gt; data to an existing table? Anyway search the help file for the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Merge&lt;/SPAN&gt;&lt;SPAN&gt; tool and at the bottom of the page there is always a short example of the tool being called using Python under the section &lt;/SPAN&gt;&lt;STRONG&gt;Scripting syntax&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Duncan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2010 09:24:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/python-code-to-merge-attribute-rows/m-p/642407#M17300</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2010-12-08T09:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Python code to merge attribute rows</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/python-code-to-merge-attribute-rows/m-p/642408#M17301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Duncan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have checked the help files and merging two feature datasets is relatively straight forward, but I want to acheive in a tool or batch process the merging of attributes within the same dataset, as if you would in an editing session "merge command (Editor Toolbar)". Similar to dissolve, I guess, but I want to end up, if applicable to the case at hand, a multipart polygon, which may end up being made up of several to several hundred polygons, but the resulting polygon needs to only have a single row entry.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rory&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 03:42:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/python-code-to-merge-attribute-rows/m-p/642408#M17301</guid>
      <dc:creator>RoryHall</dc:creator>
      <dc:date>2010-12-09T03:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Python code to merge attribute rows</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/python-code-to-merge-attribute-rows/m-p/642409#M17302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks Duncan,&lt;BR /&gt;I have checked the help files and merging two feature datasets is relatively straight forward, but I want to acheive in a tool or batch process the merging of attributes within the same dataset, as if you would in an editing session "merge command (Editor Toolbar)". Similar to dissolve, I guess, but I want to end up, if applicable to the case at hand, a multipart polygon, which may end up being made up of several to several hundred polygons, but the resulting polygon needs to only have a single row entry.&lt;BR /&gt;&lt;BR /&gt;Rory&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you ever resolve this issue. I have ran into the exact same thing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 15:09:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/python-code-to-merge-attribute-rows/m-p/642409#M17302</guid>
      <dc:creator>JeromyBarnes</dc:creator>
      <dc:date>2012-06-11T15:09:05Z</dc:date>
    </item>
  </channel>
</rss>

