Hello,
ArcGIS Pro 2.92
I have two spatial features:
- Points having attribute column "parcel" with null values.
- Polygons having attribute column "pnum" containing numeric values.
Need to populate (in bulk) the point's "parcel" attribute with the "pnum" attribute of the intersecting polygon.
spatialjoin
Spatial join Intersect goes OK and creates a new spatial-join layer. Then I use the calculate-field tool to copy "parcel" from "pnum." It copies the numbers into the spatial-join layer. I "save" the changes. But it DOES NOT populate attributes in actual features.
The point feature's "parcel" attribute remains unpopulated. Why?
I need to populate the attribute in the point feature. Suggestions?
Thank you.