Tick this box to confirm you have reviewed the above.
[X] I've discovered a new issue with F2.
What version of F2 are you using?
F2 version v1.9.1
How did you install F2?
Go
What operating system are you using F2 on?
EndeavourOS
Describe your bug.
I recently upgraded from F2 v1.8.0 to v1.9.1 since it had been functioning well for me over the years. Because my old system broke and required a clean install, I opted to install the latest F2 update. Therefore, I am unsure whether the issue I am experiencing is an expected feature of the new version or not. However, my guess is that it's unintended.
What are the steps to reproduce the behavior?
The problem arises when I input a CSV file into F2 v1.9.1 like this one:
Instead of retaining the original order, F2 re-sorts the list alphabetically. For instance, when I attempt a simple indexing operation like f2 --csv output.csv -r '{0%05d}_{f}{ext}' -x the output is reordered.
Upon quick reviewing the documentation, I couldn't find any flag or option to disregard the default sorting in F2 when working with CSV files and maintain the order of the CSV file.
Tick this box to confirm you have reviewed the above.
What version of F2 are you using?
F2 version v1.9.1
How did you install F2?
Go
What operating system are you using F2 on?
EndeavourOS
Describe your bug.
I recently upgraded from F2 v1.8.0 to v1.9.1 since it had been functioning well for me over the years. Because my old system broke and required a clean install, I opted to install the latest F2 update. Therefore, I am unsure whether the issue I am experiencing is an expected feature of the new version or not. However, my guess is that it's unintended.
What are the steps to reproduce the behavior?
The problem arises when I input a CSV file into F2 v1.9.1 like this one:
What behaviour did you observe?
Instead of retaining the original order, F2 re-sorts the list alphabetically. For instance, when I attempt a simple indexing operation like
f2 --csv output.csv -r '{0%05d}_{f}{ext}' -x
the output is reordered.What is the expected behaviour?
The expected output, reminiscent of the behavior in v1.8.0, should maintain the original order of the CSV list:
Upon quick reviewing the documentation, I couldn't find any flag or option to disregard the default sorting in F2 when working with CSV files and maintain the order of the CSV file.