Skip to main content
Solved

Manage SDE30 reader output order

  • May 6, 2015
  • 1 reply
  • 16 views

Forum|alt.badge.img
Hi,

 

 

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 ?

 

 

 

Best answer by djabx

Ok, I've got my solution.

 

 

In the reader, I set the "where clause" to "1 > 0 order by project" and it works :)
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

Forum|alt.badge.img
  • Author
  • Best Answer
  • May 6, 2015
Ok, I've got my solution.

 

 

In the reader, I set the "where clause" to "1 > 0 order by project" and it works :)