I'm am searching for either on how to export a query result from mongo to CVS or excel, or how to export results in robomongo. I found mongoexport but I think that only can export a collection with some simple constraints.
This is my query:
db.getCollection('user').find({ "coins": { $elemMatch: { "id":"30","amount":0} } })