Compass
37 results found
-
Add support to export multiple collections
I would like to be able to export multiple collections at the same time. It would be nice if Compass generates json files named with the collection name.
39 votes -
Add an option to copy a database
Let's say I need to test something on the production data but I don't want to touch the prod data. It would be cool to have an option to copy the remote DB data to the local DB so I could safely test my queries without affecting prod or UAT DB data
Simply said it should be like an export database
11 votes -
Add ability to setup delimiter for csv export
Please add ability to setup delimiter for csv export. For example if values of fields are text, than they could contain comma ( and semicollon) and csv file is off. There needs to be options such as comma, semicollon, tab ...
11 votes -
8 votes
-
Ability to export or move database between localhost and cloud
Exporting collections one by one, manually, is so much to do in 2020
8 votes -
EXPORT/IMPORT bson files
Suppport EXPORT/IMPORT bson Files.
5 votes -
Have the Export Colelction feature list all collection fields by default
The current feature lists the fields from a sample of documents which may miss some fields. Although it is specified in a tooltip, this is quite counter-intuitive in a NoSQL database which is all about document diversity.
When a collection has upwards to 100+ possible fields it becomes quite tedious to figure out which ones are missing from the sample data.
I would like for MongoDB Compass to find the complete list of possible fields for a selected collection and list them all out be default.
4 votes -
export sorted data
When clicking export collection button, the sort option specified should be copied to "Export query with filters"
Examples:
db.holidays.find (
{Date: {eq: '2022-04-08'}
).sort ({System : 1})or even make this part editable, so we can add sort option
4 votes -
Ability to drill-down and easily export deeply nested arrays
Provide the ability to drill-down and export any MongoDB array from Compass to a csv file, no matter how deeply it is stored within a document. So, one should be able to drill-down to the given array (no matter how many levels deep) in Compass, and then click "export to csv" to export only that nested array's contents to a CSV file.
4 votes -
Export many collections in json file.
Why i can't export many all documents of many collections in json file at the same time by select them.
3 votes -
When exporting a collection, make sorting the fields by alphabet optional
At this moment, one can only select or deselect fields, but one cannot pick any field order other than alphanumerically sorted. I would at least expect 'collection order', but taking this even a step further, it would be awesome if the export fields could be reordered in any order.
3 votes -
Export data from a query should limit fields based on Projection
When exporting data from a query in MongoDB Compass, only check the fields that are in the Projection section. Don't default to all the fields when exporting.
3 votes -
Export Files from GridFS
A nice reature would be to be able to export stored binary files in GridFS via the Atlas UI. It will allow the users to click an export button on the fs.files collection and would stream out the file using gridfs in the drivers.
3 votes -
Export to clipboard
When exporting query results, I would like an option to export to the clipboard in addition to the existing option to export to a file.
2 votes -
import export database not only one data of collection
- able to export a database with all collection and insert it also
- able to export a collection from a database and insert it to database also ,not only data of a collection but also collection self with all related
2 votes -
allow updating of data via "add data", by importing an updated file
Right now if you export data, modify it, then try to import it, it will throw an error because the ID already exists. I want to update all those documents, not create new ones.
2 votes -
Mongo to recognize arrays during import
Mongo is unable to recognize arrays, even from it's own exported documents that are manually formatted as arrays. The options available are not compatible with complicated datasets with more than one column that contain arrays. This should be standard.
2 votes -
2 votes
-
Inserting images to MongoDB Compass so we can manually insert images without using api or something
Sorry for being new here.
Think I have an idea to enable Compass to insert images manually. Thanks!
2 votes -
"Relaxed Mode" be added to compass exports,
Compass should have a feature to export data in Relaxed Mode . It's exporting the unwanted objectId": { "$numberLong": "48726857629970" } for consistency import which is not required . For some data-comparison , I need the relaxed mode feature to be enabled . This would be an additional features enables users to export the collection in relaxed mode as well
2 votes
- Don't see your idea?