-
Notifications
You must be signed in to change notification settings - Fork 361
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
When unwinding 10 different nested values in a JSON object, 10 instances of the final nested value is returned #356
Comments
Hi @davekaj, Can you also add the CSV that you would expect so I know what you are trying to do? |
Hey @juanjoDiaz , I have posted below the desired output:
|
I have the same issue when unwinding where I only receive copies of the last element in an array. Interestingly if I run with unwind-blank I get the desired result of one line per array item. Example - unwind not working with nested array Command Output Example - unwind blank working with nested array Command Output Example - unwind working ok with array not nested more than 1 depth JSON Command Output |
Released in v4.3.5, thanks @juanjoDiaz |
Can you guys confirm that it looks ok? |
I confirm it has resolved my issue and all my tests pass. And thank you!!! |
It is working for me now as well. |
Version - 4.3.4
node - 11.9.0
I ran the following code:
Where test is:
The returned value is this:
As you can see, I am getting the last value
HashUnlimited
10 times, instead of the 10 different values.Am I using this function incorrectly? Or is this a bug?
Thanks for your time!
The text was updated successfully, but these errors were encountered: