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

Export Data CSV fails when field contains a # character #6843

Open
dgchrt opened this issue Apr 28, 2021 · 0 comments
Open

Export Data CSV fails when field contains a # character #6843

dgchrt opened this issue Apr 28, 2021 · 0 comments
Labels
c/console Related to console

Comments

@dgchrt
Copy link

dgchrt commented Apr 28, 2021

While exporting some data via the Export Data CSV feature, I've noticed incomplete files being generated. After doing some more testing, I've found out the writing of the file would end prematurely exactly at the point where a # character would be found in the field that was being written, e.g. a table containing:

column_a,column_b,column_c
1,blah blah,blah
2,blah #blah,blah
3,blah,blah blah

will produce a file like:

column_a,column_b
1,blah blah blah
2,blah 

Please note that the next column and any other possible record would be skipped entirely.

@martin-hasura martin-hasura added the c/console Related to console label Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/console Related to console
Projects
None yet
Development

No branches or pull requests

2 participants