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

Table export missing commas in csv to separate cells #2028

Closed
HakonSkogsrud opened this issue Apr 25, 2022 · 3 comments
Closed

Table export missing commas in csv to separate cells #2028

HakonSkogsrud opened this issue Apr 25, 2022 · 3 comments

Comments

@HakonSkogsrud
Copy link

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
table1
table2

@instancezero
Copy link

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"

@giuspen
Copy link
Owner

giuspen commented Feb 4, 2025

I see it, thanks for reporting

@giuspen
Copy link
Owner

giuspen commented Feb 4, 2025

will be fixed in upcoming v1.3.0

@giuspen giuspen closed this as completed Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants