{ "_id" : ObjectId("591a710320156761bdf68a06"), "_class" : "mis.domain.PyramidSelling", ... ... "status" : true, "createdDate" : ISODate("2017-05-16T03:24:51.511Z") }
db.getCollection('pyramidSelling').aggregate([ { $project : { _class : { $split: ["$_class", "."] } } } ]);