Is there an easy way in Pro (i.e. without Python) if I have a feature class and a table, and I want to join the SHAPE field from the feature class to the table, joining on a common attribute field.
The end result I'd like is to convert the table into a feature class, based on a shared column from a reference feature class.
For example, lets say I have a table with a list of facility ids. And then I have a feature class with facility ids and their location. How do I get the location information from my feature class to my table?