I have two feature classes, street lights and street poles, which have unique identifiers. Each pole point has a light point that is offset by 12 feet in the direction of the nearest road. The street pole feature layer has all of the ID fields filled out properly, while the street light feature is missing many of the ID's.
How can I transfer the attribute value from the pole to the light while preserving both layers? Normally I would use spatial join, but these are both hosted feature layers.
I've tried coming up with something in model builder but can't figure it out.
Any help or suggestions is greatly appreciated