You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jsonexport fails to fill the 2nd and 3rd row for category.coding fields for the first record (see empty cells in rows 2 and 3), but does it for the second. Interestingly, it fills the last object of benefits.coding on the third row for each record. Do you know why jsonexport treats first record fields differently than the second? The JSON structure is identical for both records.
Abhi
The text was updated successfully, but these errors were encountered:
iuabhmalat
added a commit
to iuabhmalat/jsonexport
that referenced
this issue
Jul 23, 2020
We’ve had similar callouts with keywords of “complex array”. However the details here are too large scale for someone donating there time to pick up and run with. I wish the provided details and example were reduce to a small easy to understand scope.
Hello,
I am using jsonexport library to convert a complex JSON object into csv, and running into some unexpected behavior. Here's my code-
The actual output is -
(Pasting tabular format for visibility):
jsonexport fails to fill the 2nd and 3rd row for category.coding fields for the first record (see empty cells in rows 2 and 3), but does it for the second. Interestingly, it fills the last object of benefits.coding on the third row for each record. Do you know why jsonexport treats first record fields differently than the second? The JSON structure is identical for both records.
Abhi
The text was updated successfully, but these errors were encountered: