Hi! I have an excel sheet with 1300+ rows that I want to set point geometry to. One point feature for every row. I have a feature class with 30000 point features. Many rows in the excel has the same place, so it's a many2one relation. The feature class and the excel sheet have matching attribute values. If I make an "Add Join" Excel --> feature class it will be non-spatial table. If I make an "Add Join" Feature class --> Excel I wont get 1300+ points, just a feature class with the 283 unique coordinates. How do I do...?
ArcGIS Pro 3.1
If you join your feature class with coordinates (the one with 300000 points) to your excel table you'll end up with a coordinate pair to each of your 1300+ rows, even if there are duplicate values, then use those coordinates to make an XY layer from the excel table. Are the coordinate values captured in fields in your feature class, you'll want to make sure they are so you can create the XY layer after.
Thanks, that will solve my problems in this case. But if it were polygons or lines instead of point, how would you do then?
In a lot of respects this is a non-spatial problem so it doesn't really matter what the geometry is - you are simply transferring attributes from one table to the other. In fact, what I'd probably do with your FC of points (or it could be lines or polygons) is something like the following:
A couple of assumptions: