Greetings,
I have a network of roads with street names. I created point features of beginning and end vertices of the lines to get the road names of intersecting roads. Then I spatial joined them back to the original dataset.
I tried using split function and it worked but in some cases (row 2) where the road names have a third or fourth name- this solution doesn't work.
What I would like is for the 2nd row to have:
BegLocation_New equal Chapala St
EndLocation_New equal State St

I was thinking I could wildcard query the field that has more than one '&' delimiter and remove text before it?
Looking for solution in python or arcade within the field calculator.
OR if there is a model or some script starting from scratch I am open to that as well. Have found some solutions but many are either out dated or don't specifically offer what I am looking for.
Thanks for any feedback or input. Best Regards.