The Sorter does not appear to have an option for case-insensitive sort. Is it possible?
I am using FME Desktop 2016.1.3.1
The Sorter does not appear to have an option for case-insensitive sort. Is it possible?
I am using FME Desktop 2016.1.3.1
Best answer by howard_l
Make a COPY of your original field (eg using AttributeManager).
Change case of data in new field to UpperCase.
Sort on this new UpperCase field.
................
Hope this helps
Howard L'