I have five feature classes: wPump, wControlValve, wMainLine, wUtilityArea, wServiceArea. The wPumps, wControlValves, wMainLines and wUtilityAreas all reside w/in various wServiceAreas. I am attempting to create an excel file that has one row for each wServiceArea, with the Service Area Name being the first column. Each successive column would provide the following information for each wServiceArea:
1) number of wPumps in each wServiceArea
2) number of wControlValves in each wServiceArea
3) length in feet of wMainLine in each wServiceArea
4) square footage of wUtilityArea in each wServiceArea
So far, I’ve only been able to successfully get one of these bits of information into the excel file using the SpatialRelator & StatisticsCalculator transformers.
When I attempt to add a second item, the excel file that gets generated now contains 2 rows for each ServiceArea.
What’s the best method for getting the excel file to have just one row for each ServiceArea and have the correct values in each column?
FWIW, I'm using the Data Interoperability Extension in ArcGIS 10.1. Here is some additional info:
Edition: Data Interoperability (node locked-crc)
Version: FME(R) 2012 SP1 (20120318 - Build 12229 - WIN32)
Locale: en_US
Codepage: 1252 (ANSI - Latin I)
Home Directory: D:\\Programs\\ArcGIS\\Data Interoperability (x86)\\
Thanks in advance!