I want to save the result from an aggregation into a csv file. Using the mongo cmd line tool I …
mongodb mongoexportWorking: .\mongoexport.exe --db mydb --collection slideproof_user_event_date_count --csv --out events.csv --fields '_id,first_day' .\…
mongodb mongoexportI have a Mongo DB database and I trying to export couple "records" from one of the collections present in …
mongodb mongoexportI'm using MongoDB version 2.6.x. And I need to export documents from a specific collection. mongoexport is the tool which …
mongodb csv mongoexportI am trying to get the orders made for a certain day from my mongodb using the following mongoexport call: …
javascript mongodb mongoexportI have a MongoDB and I want to export to a .csv file. document: { "id" : 28, "organisation" : "Mickey Mouse company", "country" : "…
mongodb mongoexportI'm currently facing a problem to export using the tool mongoexport. Impossible de to create a date from a timestamp …
mongodb date timestamp mongoexportI'm trying to get a CSV from mongo-db by using mongoexport. My data is in this format: { "_id": "99", "page_id": …
mongodb mongoexportI have this query but i´m getting a syntax error: unexpected identifier mongoexport --db ium --collection events \ --query 'db.…
mongodb mongodb-query mongoexportI 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