Closed gdonoso94 closed 1 year ago
Thanks for your patience on this @gdonoso94. I just pushed a patch for this in the underlying deeks
module that should resolve the issue. I'll be pushing out a new version of json-2-csv
which updates to the patched version shortly as 3.18.0
. Please let me know if you still run into the issue with that version. Thanks!
Background Information
latest
18.1.0
The issue I'm reporting is with:
I have...
Hi, I've been trying to convert from a pretty nested and unstructured json file to a csv using this package and the
expandArrayObjects: true
option, but looks like it is unable to convert some objects in my data. This is pretty much the stack trace the server is throwing:Is there any workaround to do this? I've tried sanitizing the main keys, i.e. removing the first level keys with null|undefined value. But it looks like the problem is in a deeper level.
I wish I could share some data to test but I can't.
Thanks in advance