merge features with duplicate attributes in FGDB

2359
3
Jump to solution
10-07-2017 09:44 AM
JustinWolff
Occasional Contributor

Yesterday I posted this in the incorrect area instead of Python.  I have a file gdb with a couple thousand features, a few hundred of which have duplicate attribute values.  I want to merge these features with duplicate attribute values to become multipart lines.  Because I'm working in a FGDB I cannot use a SQL query and the Find Identical helps me identify the records, but not much else.  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.  I need a nudge in the right direction.

(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.)

Any help is appreciated.  Thanks

Justin

0 Kudos
1 Solution

Accepted Solutions
JayantaPoddar
MVP Esteemed Contributor
3 Replies
JayantaPoddar
MVP Esteemed Contributor

Did you try to Dissolve—Help | ArcGIS Desktop 



Think Location
JustinWolff
Occasional Contributor

Thanks Jayanta.  I was approaching this wrong.  I was able to use dissolve and a join to get what I needed.

0 Kudos
JayantaPoddar
MVP Esteemed Contributor

Please ensure Create multipart features is checked in order to dissolve point FC to multipoint FC.



Think Location
0 Kudos