Skip to main content
Archived

Add sort to the CSV2 reader

Related products:Integrations
  • June 20, 2017
  • 4 replies
  • 40 views

mmacfarlane
Contributor
Forum|alt.badge.img+8

The original CSV reader had the option to sort, and it was pretty quick too!

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.

4 replies

mark2atsafe
Safer
Forum|alt.badge.img+59

I don't think we'll add a sorter option to the new CSV reader, because new CSV reads data as a "feature table" and the Sorter should be able to sort that really quickly (like the PointCloudSorter should sort a point cloud equally quickly).

Unfortunately, the Sorter hasn't been updated to handle feature tables yet. It's filed as PR#70160 and I've posted a link to this idea so the developers are aware of the need.


fmelizard
Safer
Forum|alt.badge.img+22
  • Safer
  • January 12, 2018
@mmacfarlane - The Sorter has been enhanced to leverage the magic of Feature Tables and can be found in the latest version of the FME 2018.0 beta. You should find that reading a CSV straight into a Sorter will now be lightning fast compared to previous versions!

 


mmacfarlane
Contributor
Forum|alt.badge.img+8
  • Author
  • Contributor
  • January 12, 2018
Fantastic! I'm excited to try out the new version.

 

Thank you!

 

 


Very cool that CSV2 ft can be sorted lightning fast externally (right after reader), but not so hot for client env 2017.1.2. Esp. when I need the Data Qualifier in CSV2 reader.