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

CSV Export formatting problems #50

Open
lazka opened this issue Nov 8, 2023 · 1 comment
Open

CSV Export formatting problems #50

lazka opened this issue Nov 8, 2023 · 1 comment

Comments

@lazka
Copy link
Member

lazka commented Nov 8, 2023

The problem

When you export a table with a date column, it exports a date column and an additional column with the exact timestamp but without Column Header.

Steps to reproduce

Click at "Leihfrist verlängern", "Institutsbücher anzeigen", "Entlehnungen anzeigen" or "Buchbestellungen anzeigen" then click CSV or Excel export and you will see the additional column in the exported file

Better

  • Don't export this additional column with the timestamp
  • Or give it a column header
@lazka
Copy link
Member Author

lazka commented Nov 8, 2023

I think the problem here is that we have additional columns which are hidden by default in the UI which we just use for sorting.

So we either need to

  • exclude them from the export (Excel export seems to have the same issue)
  • or find a different way to split the data we use for display/sorting/export

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

No branches or pull requests

1 participant