I am trying to export a feature class that has a relationship class with another feature class into excel. I need to have a one to many relationship between the two classes, so I think a relationship class is best, but should I relate them instead? My end goal is to have a worksheet of all of the attributes from one class and their linked parts in that are in another class.
If you need to export to a single excel sheet, first Join your tables in ArcMap and try export joined table.
I cannot use a join because all of the attributes from one feature class that are associated with another attribute from another feature class will not appear, only the first one will.
Ifin the featureclass with the "many" features you join the features that do not repeat, you should obtain the many features enriched with the other feature attributes.