Hello Everyone,For the below mentioned document,i want to unset the percentage field in cugMasterAccountDetails Array when the percentage is equal to Zero.
{
"_id": {
"$oid": "635f63b41c66064760addc11"
},
"isMigrated": true,
"isDeleted": false,
"createdBy": {
"userId": 11088,
"userName": "ANIL64"
},
"modifiedBy": {
"userId": 11088,
"userName": "ANIL64"
},
"cugMasterAccountId": 15,
"customerId": 10025094,
"type": " ",
"cugMasterAccountDetails": [
{
"tagAccountNumber": 20056411,
"vehicleId": 56346,
"startDate": "2016-10-21 00:00:00",
"minBalance": 2000,
"maxBalance": 700,
"percentage": 0
},
{
"tagAccountNumber": 20056411,
"vehicleId": 56346,
"startDate": "2016-10-21 00:00:00",
"minBalance": 1000,
"maxBalance": 700,
"percentage": 0
}
]
}