<?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 and merge in editor toolbar in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-and-merge-in-editor-toolbar/m-p/384243#M30276</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Do you know of any other way to take all the rows in the attribute table and merge them into one row.&amp;nbsp; I think I can do this in plsql but i would like to keep this all in python.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try the Dissolve tool. This will create a new feature class from just the selected features, but then you could immediately use SelectLayerByAttribute with SWITCH_SELECTION and CopyFeatures to a new feature class, and then append your Dissolve output to that new feature class.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jun 2012 18:32:08 GMT</pubDate>
    <dc:creator>curtvprice</dc:creator>
    <dc:date>2012-06-06T18:32:08Z</dc:date>
    <item>
      <title>python and merge in editor toolbar</title>
      <link>https://community.esri.com/t5/python-questions/python-and-merge-in-editor-toolbar/m-p/384240#M30273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to automate some processes for field our field crews.&amp;nbsp; In part of their process they use the merge tool while in an edit session to merge multiple line segments(gps lines) into one geometry.&amp;nbsp; Is there anyway to access the editor toolbar function with python or arcpy.&amp;nbsp; I have attached a copy of my code so far.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 15:54:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-and-merge-in-editor-toolbar/m-p/384240#M30273</guid>
      <dc:creator>JeromyBarnes</dc:creator>
      <dc:date>2012-06-06T15:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: python and merge in editor toolbar</title>
      <link>https://community.esri.com/t5/python-questions/python-and-merge-in-editor-toolbar/m-p/384241#M30274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is there anyway to access the editor toolbar function with python or arcpy.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No, you can't - you also cannot use the ArcObjects code the editor toolbar accesses either without using .NET development languages like C# or VB.NET.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Instead,&amp;nbsp; you need to implement your task using standard (or your own) geoprocessing tools, for example Merge_management.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 17:43:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-and-merge-in-editor-toolbar/m-p/384241#M30274</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2012-06-06T17:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: python and merge in editor toolbar</title>
      <link>https://community.esri.com/t5/python-questions/python-and-merge-in-editor-toolbar/m-p/384242#M30275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you know of any other way to take all the rows in the attribute table and merge them into one row.&amp;nbsp; I think I can do this in plsql but i would like to keep this all in python.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 18:21:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-and-merge-in-editor-toolbar/m-p/384242#M30275</guid>
      <dc:creator>JeromyBarnes</dc:creator>
      <dc:date>2012-06-06T18:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: python and merge in editor toolbar</title>
      <link>https://community.esri.com/t5/python-questions/python-and-merge-in-editor-toolbar/m-p/384243#M30276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Do you know of any other way to take all the rows in the attribute table and merge them into one row.&amp;nbsp; I think I can do this in plsql but i would like to keep this all in python.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try the Dissolve tool. This will create a new feature class from just the selected features, but then you could immediately use SelectLayerByAttribute with SWITCH_SELECTION and CopyFeatures to a new feature class, and then append your Dissolve output to that new feature class.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 18:32:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-and-merge-in-editor-toolbar/m-p/384243#M30276</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2012-06-06T18:32:08Z</dc:date>
    </item>
  </channel>
</rss>

