Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFiltered Export produces invalid JSON file with an extra comma in data row array #1070
Comments
|
Thanks! I think this issue is a "good first issue" for any contributor to fix.
If no one has fixed it within two weeks, give me a reminder here. |
|
Hello, I would like to be assigned to solve this issue. |
|
Thanks! I assigned it to you. It would be great if you also could add a test that reproduces the error if you have a chance. Please report back if you for some reason didn't complete it or got stuck so we can assign it to someone else. |


Hi,
Today I faced a problem with filtered export json file;
Normally I do filtering for many tables without any problems, but this table strangely produces an extra comma in the exported data row array;
Here is the main export function I use for the table;
and this func generates a file like this
I use this approach for the other tables with no problem, only difference is the total row count which is 5500, the other tables have less than 100 rows.