-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Request: Item count on CSV export #9084
Comments
Yup this is definitely something that is coming up more often. A more-capable export menu could be really powerful. It's worth noting that the use case can overlap with sharing scenarios, too. Questions to inform this work:
Thanks for filing, @joethreepwood. This is a good idea! /cc @marcushyett-ph for product considerations. |
This issue hasn't seen activity in two years! If you want to keep it open, post a comment or remove the |
This issue was closed due to lack of activity. Feel free to reopen if it's still relevant. |
Is your feature request related to a problem?
Currently, if I want to export a CSV of persons, I get the following warning:
But I have no idea how many items I'm currently trying to export, because there's no count on the page and the pagination only says:
So I have no idea how many pages there are either, in order to do some quick math.
This is a problem in two ways:
Describe the solution you'd like
It would be nice to make the export give a simple confirmation:
"This export contains X users. Would you like to continue?"
and if the number is over 10,000:
"This export contains X users. Exporting by .CSV is limited to 10,000 users.
To return more, please use the API."
It would be handy to have better Page 1 of 10 pagination too.
Describe alternatives you've considered
Additional context
Tagging @clarkus as this seems most relevant to you?
Thank you for your feature request – we love each and every one!
The text was updated successfully, but these errors were encountered: