I'm wondering if anyone else has already dealt with something like this and maybe has a simple walkthrough or workaround.
I have an Intersection MXD.
It has a Streets file where all the streets were dissolved (to combine the street names).
I created the Intersection points and now at each intersection I have multiple points.
For instance, at the Intersection of Admiral and Main I have 2 points.
Point 1 : StreetName = Admiral
Point 2 : StreetName = Main
I need to get these multiple points into a single point for each intersection.
For each point I need to have both street names as separate fields.
Point 1 : Field1 = Admiral
Point 1 : Field2 = Main
I have been playing with Spatial Join and coming up blank...
Anyone done anything like this before?
I feel like the answer is probably very simple and I'm just overlooking the obvious... but I'm unable to think outside of this box.