Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorting blanks depends on the column type #4627

Open
axelstudios opened this issue Apr 11, 2024 · 1 comment
Open

Sorting blanks depends on the column type #4627

axelstudios opened this issue Apr 11, 2024 · 1 comment
Labels

Comments

@axelstudios
Copy link
Member

axelstudios commented Apr 11, 2024

Describe the bug

  • Sorting canonical columns alphabetically puts empty values at the end
  • Sorting extra_data columns alphabetically puts empty values at the beginning

Sorting

Expected Behavior
It should be consistent, not sure which we'd prefer

Actual Behavior
It sorts inconsistently

Steps to Reproduce

  1. Import a csv like:
    PM Property ID,City,Extra
    1,A,A
    2,B,B
    3,,
    
  2. Sort the City and Extra columns to observe the issue
@kflemin
Copy link
Contributor

kflemin commented Apr 11, 2024

go with the canonical field sort since it's already that way?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants