Subject: | Feature request - add method to get dbf field names in file order |
There is currently no method to get the list of fields in the dbf file, in file order.
Accessing any of the records will give a hash with the field names, but in whatever order the hash algorithm dictates.
$self->{dbf_field_names} appears to hold these values, so it would be a simple process to add an accessor method.
If you are interested in adding the feature then I will submit a patch or a pull request.
Thanks,
Shawn.