Export CSV files aren't showing the entire table data.
Using the latest version. When I have a table to 150 rows and try exporting in csv, it doesn't give the entire data. The exported file has only like 30 to 40 records. Please fix.
Version Information
Server Version: CLI Version (for CLI related issue):
Environment
What is the expected behaviour?
The export button when clicked gives csv as an option which then when clicked on should give a file with all the rows as records in it.
Keywords
What is the current behaviour?
The export button when clicked gives csv as an option which then when clicked on should give a file with all the rows as records in it but currently only 30 to 40 rows are being added in the file.
How to reproduce the issue?
Screenshots or Screencast
Please provide any traces or logs that could help here.
Any possible solutions?
Can you identify the location in the source code where the problem exists?
If the bug is confirmed, would you be willing to submit a PR?
@devakrishna33
I've reproduced this in cases where some rows have special characters that seem to confuse the serializer. To workaround this, you can download the JSON file instead, and then convert that to CSV.
The issue has been identified and a fix has been developed. We expect this fix to be available in release 2.14