DesktopEditors
DesktopEditors copied to clipboard
Sort from Google files does not work
This issue is unique.
- [X] I have used the search tool and did not find an issue describing my bug.
Operating System
Windows 10 / 8.1 / 7
Version information
7.1.1.57
Expected Behavior
When sorting high to low, I expected sort to arrange the data in the correct order.
Actual Behavior
I'm working with csv files generated by Google Ads report export feature.
When sorting high to low, 97% is listed higher than 952%.
I'd imagine this is happening because the 7
is higher than the 5
, but OO is not taking into account that this is a three-digit number vs two-digit.
I do not have this issue with Excel or Google Sheets.
Reproduction Steps
- Open this example file example-sort-issue.csv
- Set delimiter to comma
- Sort
column A
Z -> A - You should see values are not sorted correctly
Additional information
- At the moment, I can only reproduce the issue with exported files, not files created within OO.
- I have a colleague who is having the same issue, but using csv files from other sources.
- I tried setting the column to different types, such as percentage. It did not fix the issue.