graphql-engine icon indicating copy to clipboard operation
graphql-engine copied to clipboard

Export CSV files aren't showing the entire table data.

Open ghpkishore opened this issue 4 years ago • 2 comments

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?

ghpkishore avatar Sep 09 '21 15:09 ghpkishore

@devakrishna33

ghpkishore avatar Sep 09 '21 15:09 ghpkishore

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.

BenoitRanque avatar Sep 13 '22 15:09 BenoitRanque

The issue has been identified and a fix has been developed. We expect this fix to be available in release 2.14

BenoitRanque avatar Sep 27 '22 06:09 BenoitRanque