Select to view content in your preferred language

How do I create an excel spreadsheet from two different feature classes

3628
1
05-13-2016 01:44 PM
Labels (1)
StevenMoyer
Deactivated User


I'm trying to attempt to create an excel spreadsheet that shows sewer manholes and sewer pipes from the attribute data. The manholes will be  labeled "upstream" and "downstream" and the length and size of pipe will need to be shown between the manholes.  Currently I have the manholes in a separate point layer and the sewer lines are in a line layer.

I tried merging the two but since they're two different types of feature classes it didn't let me.  Any help is appreciated.

0 Kudos
1 Reply
DanPatterson_Retired
MVP Emeritus

if this doesn't work Table To Excel—Help | ArcGIS for Desktop    you can only use the attributes from both, not the geometries, or maybe you could try converting the polygon geometry file out to its centroid representation using Feature To Point—Help | ArcGIS for Desktop  prior to putting the tables together for export to excel

0 Kudos