I have a point feature class.
In this screenshot you will see that ADDR_KEY contains duplicate values. I want to move the values in CROSS_ST_NAMES field to CS1StreetName field and CS2StreetName field as follows:
ADDR_KEY = 3460 (1st occurrence) then move CROSS_ST_NAMES to CS1StreetName
[the value that would be placed in CS1StreetName field would be GABLE DR/MCDUFF AVE]
then ADDR_KEY = 3460 (2nd occurrence) then move CROSS_ST_NAMES to CS2StreetName
[the value that would be placed in CS2StreetName field would be FUSTERIA CT/MCDUFF AVE]
and so on for the other ADDR_KEY values...
any ideas how to do this in python or with a geoprocessing tool? I am new to python.
