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
master
Export a table with more than one entry. The last one will have a trailing ,, which is not valid JSON.
,
Export a table, check the last two characters, they will be ,].
,]
No trailing ,
A comma is added after the last entry in the output table.
No response
Ubuntu 20.04, version 0.20.0
I'll provide a PR for the fix shortly.
The text was updated successfully, but these errors were encountered:
I have submitted a PR for this: #843
Sorry, something went wrong.
No branches or pull requests
Checklist
master
.Describe the bug
Export a table with more than one entry. The last one will have a trailing
,
, which is not valid JSON.Steps to reproduce the bug
Export a table, check the last two characters, they will be
,]
.Expected behavior
No trailing
,
Actual behavior
A comma is added after the last entry in the output table.
Debugging material
No response
Environment
Ubuntu 20.04, version 0.20.0
Additional context
I'll provide a PR for the fix shortly.
The text was updated successfully, but these errors were encountered: