-
Notifications
You must be signed in to change notification settings - Fork 58
[bug]: Nested arrays are not unwound from 3+ levels deep #273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
jose-cabral
pushed a commit
to jose-cabral/json-2-csv
that referenced
this issue
Mar 4, 2025
2 tasks
jose-cabral
pushed a commit
to jose-cabral/json-2-csv
that referenced
this issue
Mar 4, 2025
jose-cabral
pushed a commit
to jose-cabral/json-2-csv
that referenced
this issue
Mar 4, 2025
jose-cabral
pushed a commit
to jose-cabral/json-2-csv
that referenced
this issue
Mar 4, 2025
jose-cabral
added a commit
to jose-cabral/json-2-csv
that referenced
this issue
Mar 4, 2025
2 tasks
PR is open |
mrodrig
added a commit
that referenced
this issue
Mar 6, 2025
fixes #273: nested arrays are not always unwound
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background Information
5.5.8
20.0.9
The issue I'm reporting is with:
I have...
Expected Behavior
When using
expandArrayObjects: true
andunwindArrays: true
, all existent arrays should beexpanded
andunwonded
.Actual Behavior
From 3+ levels deep it does not always unwind or even expand all the arrays.
Example 1 ✅
Data Sample
JSON:
Expected CSV
Actual CSV✅
Code Example
Example 2 ❌
Data Sample
JSON:
Expected CSV
Actual CSV❌
Code Example
Example 3 ❌
Data Sample
JSON:
Expected CSV
Actual CSV❌
Code Example
Note
I have the fix for this, I will open a PR soon
The text was updated successfully, but these errors were encountered: