Closed zszep closed 9 months ago
That's something that directly comes from dbase rust, but rather from rust's HashMap i believe
If you want to iteratate with the same order everytime (and the order of fields in the file) you would have to get the
field names from for name in reader.fields().map(|info| info.name())
OK. Closing
Hi, I tried your software and something isn't working as expected. When running a small program repeatedly, I get different outputs. First time it shows correctly:
"NAZIV_GRAD" "POSTBR2" "POSTBR" "UNIO" "DATPR"
but on subsequent runs, the output varies, i.e.:
"UNIO" "NAZIV_GRAD" "POSTBR2" "DATPR" "POSTBR"
and other permutations of the fields.
The code i run is: