Hello FMEers Thanks for all the ideas and suggestions and here is what I did in the end. The workbench came down to the absolute minimum which is:
SDE-reader direktly connected to CSV-Writer No transformers at all. And the Count with Group by is done by a "Feature Type Fan Out" using the attribute which is defining the group. In this way the "Feature Written Summary" in the LOG file is what I need. I extract that from the LOG with a special custom transformer which gets a GREP string for "first" line and a GREP string for "last" line (of a text file) and all lines between are extracted. I had that one already as I use that frequently to protocol the statistics of each workbench and that's it. Thanks again Michael --- In [email protected], "mhabarta" <[EMAIL PROTECTED]> wrote: > > Hello experts ... > > For statistics sake I need to count features and group them by an > attribute. Just like the SQL SELECT count(*) GROUP BY ... > > With Aggregator I can do this BUT this Aggregator does way too much > and crashes if I try this on several million features. > > Any ideas for a downsized solution ... > > StatisticsCalculator counts BUT cannot GROUP ... > > AttbriuteAccumulator cannot COUNT ... > > BTW: I also filed a BUG report, that Aggregator is factors slower in > FME2007 than in FME2006GB > > Thanks for any ideas > Michael > For insights into what's up at Safe Software and what's on the development horizon, visit Safe's blog at spatial-etl.blogspot.com. Safe Software has also made slides available that outline enhancements planned for FME 2007. The slides are from the "Road Ahead" presentation given on Day 2 of the FME Worldwide Users Conference. To view these slides, visit www.safe.com/2006uc. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/fme/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/fme/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
