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

Data export to CSV or Excel fails when query results more than 10000 rows #1534

Closed
tovantti opened this issue Mar 21, 2018 · 2 comments
Closed
Assignees
Labels
Bug This is a bug or an unexpected behaviour. Fix it! Console GWT This issue/PR is related to Admin Web Console

Comments

@tovantti
Copy link

Related to #1155 that limit data in table view to 10000 rows, data export to CSV or Excel fails when query results more than 10000 rows.

Similar 10000 row hard limit doesn't exist in DataExporterServlet

Affected version 0.3.2

Should be fixed by #1378

@lorthirk
Copy link

lorthirk commented Apr 4, 2018

I write a proposal in #1566. While this is not a final solution, it should fix at least exporting in XLS or CSV queries with more than 10000 results. However, I may add a larger, configurable limit for the export before the PR gets merged.

@lorthirk lorthirk self-assigned this Apr 4, 2018
@lorthirk lorthirk added Bug This is a bug or an unexpected behaviour. Fix it! Console GWT This issue/PR is related to Admin Web Console labels Apr 4, 2018
@LeoNerdoG
Copy link
Contributor

Hi @tovantti,
as this has been fixed - cna you please close this issue? I have checked the PR and also the Develop branch and it is OK. Now user gets proper files without errors when there are more than 10k results.

Regards,

Leonardo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This is a bug or an unexpected behaviour. Fix it! Console GWT This issue/PR is related to Admin Web Console
Projects
None yet
Development

No branches or pull requests

3 participants