Details
-
Bug
-
Resolution: Won't Fix
-
Major - P3
-
None
-
None
-
*Location*: https://www.mongodb.org/about/support/
*User-Agent*: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36
*Referrer*: https://www.google.co.in/
*Screen Resolution*: 1280 x 1024
*repo*: mongodb-www-about
*source*: support
Description
{
"_id" : "98856426593333333",
"created_on" : ISODate("2015-10-01T17:27:00.492+05:30"),
"updated_on" : ISODate("2015-10-01T18:15:07.472+05:30"),
"version" : NumberLong(44370350747263521),
"somtest" : {
"cmpid_taskid" : {
"trans_date" : ISODate("2015-09-25T05:00:00.000+05:30"),
"val" : [
{
"TASK_ID" :
,
"GRID_ID" :
,
"trans_date" : ISODate("2015-09-25T05:00:00.000+05:30"),
"CAMP_ID" :
}
]
}
}
}
from above document i want to pull the
"CAMP_ID" :
i tried with this query
db.microrecoprofiledeletecollection.update({},{$pull:{ "cmpid_taskid":
}},
{multi:true});