Closed surajreddy closed 5 years ago
If an export is incomplete because of a problem, the last JSON object has an extra column at the end:
}, ]
This is causing issues with the conversion step as this file cannot be read.
I looked through the code, and this shouldn't happen. The , is only printed if we can successfully print an object after it.
,
Problem:
If an export is incomplete because of a problem, the last JSON object has an extra column at the end:
This is causing issues with the conversion step as this file cannot be read.