We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version, Operative system version 0.99.40 (portable version) windows 10 enterprise 1909
Describe the bug Export of table with missing cells. Commas are not added to separate the cells in the csv file.
To Reproduce
The text was updated successfully, but these errors were encountered:
This is no longer an issue in version 1.2.0, however a row with nothing but empty cells still has the problem:
+-+-+-+-+ |1|2|3|4| +-+-+-+-+ | | | | | +-+-+-+-+ |A|B|C|D| +-+-+-+-+ (ugh, looks like GitHub doesn't support table MD)
Produces
"1","2","3","4" """""""" "A","B","C","D"
Expected
"1","2","3","4" "","","","" "A","B","C","D"
Sorry, something went wrong.
I see it, thanks for reporting
fixed table export to csv with empty cells (#2028)
b0d7037
will be fixed in upcoming v1.3.0
No branches or pull requests
Version, Operative system
version 0.99.40 (portable version)
windows 10 enterprise 1909
Describe the bug
Export of table with missing cells. Commas are not added to separate the cells in the csv file.
To Reproduce


The text was updated successfully, but these errors were encountered: