I've got a SDE30 TABLE with 1 attribute: the project name and the shape (a line).
I would like to handle every project as one feature (for many purpose).
So I did this.
Reader -> Aggregator (on the project field)
My problem is that I've got millions of lines of many thousand vertex each; it's big !
I would like to sort the reader so I can select "YES" in the aggregator "Input is Ordered by Group".
Any idea how I could do that ?