<?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 features with duplicate attributes in FGDB in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/merge-features-with-duplicate-attributes-in-fgdb/m-p/700091#M54245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please ensure&amp;nbsp;&lt;SPAN class="" style="color: #4d4d4d; background-color: #fefefe; font-weight: bold;"&gt;Create multipart features&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is checked in order to dissolve point FC to multipoint FC.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Oct 2017 13:29:44 GMT</pubDate>
    <dc:creator>JayantaPoddar</dc:creator>
    <dc:date>2017-10-16T13:29:44Z</dc:date>
    <item>
      <title>merge features with duplicate attributes in FGDB</title>
      <link>https://community.esri.com/t5/python-questions/merge-features-with-duplicate-attributes-in-fgdb/m-p/700089#M54243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yesterday I posted this in the incorrect area instead of Python.&amp;nbsp; I have a file gdb with a couple thousand features, a few hundred of which have duplicate attribute values.&amp;nbsp; I want to merge these features with duplicate attribute values to become multipart lines.&amp;nbsp; Because I'm working in a FGDB I cannot use a &lt;A href="http://support.esri.com/en/technical-article/000006708"&gt;SQL query &lt;/A&gt;and the &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/find-identical.htm"&gt;Find Identical &lt;/A&gt;helps me identify the records, but not much else.&amp;nbsp; The source data is being created from linear referencing of SQL table data nightly, and I'll need to automate this select/merge as well.&amp;nbsp; I need a nudge in the right direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I'll also need to do this to a point feature class, but I'm aware that's another set of problems with multipoint geometry.)&lt;/P&gt;&lt;P&gt;Any help is appreciated.&amp;nbsp; Thanks&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Oct 2017 16:44:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/merge-features-with-duplicate-attributes-in-fgdb/m-p/700089#M54243</guid>
      <dc:creator>JustinWolff</dc:creator>
      <dc:date>2017-10-07T16:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: merge features with duplicate attributes in FGDB</title>
      <link>https://community.esri.com/t5/python-questions/merge-features-with-duplicate-attributes-in-fgdb/m-p/700090#M54244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try to&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/dissolve.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/dissolve.htm"&gt;&lt;STRONG&gt;Dissolve&lt;/STRONG&gt;—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Oct 2017 19:20:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/merge-features-with-duplicate-attributes-in-fgdb/m-p/700090#M54244</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2017-10-07T19:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: merge features with duplicate attributes in FGDB</title>
      <link>https://community.esri.com/t5/python-questions/merge-features-with-duplicate-attributes-in-fgdb/m-p/700091#M54245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please ensure&amp;nbsp;&lt;SPAN class="" style="color: #4d4d4d; background-color: #fefefe; font-weight: bold;"&gt;Create multipart features&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is checked in order to dissolve point FC to multipoint FC.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 13:29:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/merge-features-with-duplicate-attributes-in-fgdb/m-p/700091#M54245</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2017-10-16T13:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: merge features with duplicate attributes in FGDB</title>
      <link>https://community.esri.com/t5/python-questions/merge-features-with-duplicate-attributes-in-fgdb/m-p/700092#M54246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jayanta.&amp;nbsp; I was approaching this wrong.&amp;nbsp; I was able to use dissolve and a join to get what I needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 18:04:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/merge-features-with-duplicate-attributes-in-fgdb/m-p/700092#M54246</guid>
      <dc:creator>JustinWolff</dc:creator>
      <dc:date>2017-10-25T18:04:04Z</dc:date>
    </item>
  </channel>
</rss>

