albfernandez / javadbf

Java library for reading and writing Xbase (dBase/DBF) files.
GNU Lesser General Public License v3.0
220 stars 98 forks source link

How can I sort according to multiple fields one by one? #106

Closed ahmedmohiduet closed 8 months ago

ahmedmohiduet commented 2 years ago

Can I sort rows according to multiple prioritized fields? I'm gonna need it for parsing some data from a FoxPro file coming from an old system we still trying to get rid of.

albfernandez commented 2 years ago

Unfortunately, sorting is not supported. Fields are fetched the order they are stored in the file