Top "Mongoexport" questions

mongoexport aggregate export to a csv file

I want to save the result from an aggregation into a csv file. Using the mongo cmd line tool I …

mongodb mongoexport
mongoexport --fields --csv will only output the first field when working with subdocuments

Working: .\mongoexport.exe --db mydb --collection slideproof_user_event_date_count --csv --out events.csv --fields '_id,first_day' .\…

mongodb mongoexport
MongoDB - can't get data exported with mongoexport due to auth failed

I have a Mongo DB database and I trying to export couple "records" from one of the collections present in …

mongodb mongoexport
MongoDB - mongoexport all objects in nested array

I'm using MongoDB version 2.6.x. And I need to export documents from a specific collection. mongoexport is the tool which …

mongodb csv mongoexport
Mongoexport using $gt and $lt constraints on a date range

I am trying to get the orders made for a certain day from my mongodb using the following mongoexport call: …

javascript mongodb mongoexport
Mongodb export nested field

I have a MongoDB and I want to export to a .csv file. document: { "id" : 28, "organisation" : "Mickey Mouse company", "country" : "…

mongodb mongoexport
querying ISODate from unix timestamp in MongoExport

I'm currently facing a problem to export using the tool mongoexport. Impossible de to create a date from a timestamp …

mongodb date timestamp mongoexport
Mongoexport get property of nested objects in CSV output

I'm trying to get a CSV from mongo-db by using mongoexport. My data is in this format: { "_id": "99", "page_id": …

mongodb mongoexport
Use mongoexport with a --query for ISODate

I have this query but i´m getting a syntax error: unexpected identifier mongoexport --db ium --collection events \ --query 'db.…

mongodb mongodb-query mongoexport
Export database from MongoDb atlas to the local machine Monogo compass

I have remote database in Atlas with name of "test" and I want to download collection name image_table as …

json mongodb compass mongodb-atlas mongoexport