set/unset the fields with another fields in mongo
Question : How can I update a field with another field value in the same document (in both array & embedded sub documents) From the attached JSON document, I would like to update ‘analyticUsers.geid’ to : ‘analyticUsers._id’ & tried all…