-
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
Export data from mongoDb to csv using 'unwide' options fails #333
Comments
Hi @nguyentiennghiep , Quick googling tells me that the error is produced by lodash (Automattic/mongoose#6507). Unfortunately, Lodash is no maintaining it's individuals package up to date. I created an issue in their repo for that. If they don't respond, I'll remove our lodash dependency to resolve this. Could you provide some data that I can put in Mongo to test your code? |
@juanjoDiaz Thanks for your help . this is one document in my
This is the full schema
Full my export code
|
@juanjoDiaz sr for long question . but when i change |
@juanjoDiaz i don't know why but when i change code from |
Yes.
I'll keep this open in case that someone else has this issue! |
This should resolve #333 Since lodash modules don't seem to have a reliable release cycle and we don't really need clonedeep. Let's just get rid of it altogether. This should also have a good impact on performance since now we only do shallow clones where needed instead of lodash.deepclone (which is famously solid and infamously slow).
Hi guys , i have a collection from mongDB like that , when i add options 'unwind ' always fails .. error in the image below . Can u guys help me ?thank you very much.
my export func
I recevice this error
The text was updated successfully, but these errors were encountered: