When doing a utility network conversion, it's extremely helpful to be able to compute summary statistics to validate the expected conversion counts for all GIS assets.
However, the current tool creates a table that has domain codes instead of values. The workaround to this is to:
1) Add two new string columns AG and AT
2) Compute each new column to contain the domain value of Asset Group and Asset Type using arcade or python expressions
3) Run the Summary Statistics tool using the new columns
4) Copy the values into a spreadsheet
5) Delete the extra columns from the geodatabase
6) Repeat for each feature class
Thanks for your consideration!