Mongo DB filter document

I have a mongo document.

db.getCollection('indexdata').find({})

here is the document
before.txt (21.7 KB)

I want this document to be filtered

here is the expected filtered document
aftertxt.txt (7.5 KB)

how to query to get this filtered document ?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.