Skip to main content
Solved

How do I get my ID field to order the same way as my index field

  • November 8, 2017
  • 1 reply
  • 12 views

gisgeek
Contributor
Forum|alt.badge.img+9

I have a dataset with a name field and an index field which is in order. I want to output a shapefile that orders the FID numbers like so in order but I can't figure out how to output the file without it randomnly assigning any number as the FID. It needs to be ordered correctly so any help with this one would be appreciated.

FID Id Name

0 1 Northland

1 2 Auckland

Best answer by mark_f

A Sorter transformer using ID value just before the output feature type. But on large files this will affect the processing time.

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+2
  • 325 replies
  • Best Answer
  • November 8, 2017

A Sorter transformer using ID value just before the output feature type. But on large files this will affect the processing time.