konklone / json

A free, in-browser JSON to CSV converter.
https://konklone.io/json/
Other
753 stars 211 forks source link

Converting JSON to CSV error #256

Closed MaiconBruce closed 3 years ago

MaiconBruce commented 3 years ago

Hello, guys!

Please, I need a help: I would like to migrate a Trello table to Microsoft Planner, so, I tried to export the table in a JSON format and paste the data in the konklone converter. However, an error message appeared: "There was an error parsing this JSON" and the JSON did not appear as a table.

Please, could you guys check this out?

Thanks, Maicon

konklone commented 3 years ago

Could you share the JSON you're trying to convert?

-- Eric

On Thu, Jul 15, 2021, 8:19 AM MaiconBruce @.***> wrote:

Hello, guys!

Please, I need a help: I would like to migrate a Trello table to Microsoft Planner, so, I tried to export the table in a JSON format and paste the data in the konklone converter. However, an error message appeared: "There was an error parsing this JSON" and the JSON did not appear as a table.

Please, could you guys check this out?

Thanks, Maicon

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/konklone/json/issues/256, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAABD4D4C4VTVI2GIJTZ7ELTX3G5TANCNFSM5ANNYJTA .

MaiconBruce commented 3 years ago

JSON.txt

konklone commented 3 years ago

Yeah, this JSON looks really broken - many of its lines are clearly truncated and missing data. It's not recoverable and this tool can't possibly turn it into a CSV. There's almost certainly some kind of problem in what you exported, or in any copy/pasting or other transformation you did on the way to creating this data. So unfortunately I think you will need to investigate the export process on your end.

MaiconBruce commented 3 years ago

Ok! Thanks