-2

Having a hard time getting MongoDB to update an embedded doc Using Bulk updates MongoDB version 3.0 any help would be of thanks.

Jonathan Lonowski
  • 121,453
  • 34
  • 200
  • 199
  • Your question is way too broad for anyone to answer in its current state. Please post what the issue that you're having is along with any error message and/or stack traces. Also, please post your expected results vs actual results. – JNYRanger Jul 24 '15 at 18:34
  • Hey Ranger no offense but unless you actually have any idea how to bulk update an embedded doc, then you're not any help and I can't find any mention of it anywhere including MongoDB docs so I don't think it can be done and instead I ended up normalizing the data – user2048239 Jul 24 '15 at 21:01

1 Answers1

0

Far as I can tell the best thing to do is unwind and normalize the output.

Flexo
  • 87,323
  • 22
  • 191
  • 272