How to not include null values in embedded data in MongoDb documents #1059
Unanswered
Abdullah-Alamodi
asked this question in
Question
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greeting👋,
I hope you are doing well. I have question about to not include null values in embedded data in a document when inserting it in MongoDb. For the main document, all you need to do is adding
keep_nulls
parameter as a false in settings. but how to do the same in embedded data. if there is solution please guide me or it will be a suggestion to add new feature.Thanks
Beta Was this translation helpful? Give feedback.
All reactions