Skip to content

Compass

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

39 results found

  1. "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
    How important is this to you?
  2. Command line option to delete connections

    Please add a command line flag that allows deleting connections (by name or ID).

    Use case:

    We use SSO auth with time-limited role-based access to different deployed MongoDB Atlas environments. This is combined with a script that uses --exportConnections and --importConnections to ensure that the user has set of connections to each environment (and level) they currently have access to. However, without a --deleteConnections command, there is no way to remove connections that the user no longer has access to.

    1 vote
    0 comments  ·  Import/Export  ·  Admin →
    How important is this to you?
  3. security loophole in compass

    Hi Team,

    In my opinion, there is a security loophole in Compass. Users are able to export data even when provided with a read-only connection string, which raises significant security concerns.

    Please consider this feedback and work on improving Compass to address this issue. Users with a read-only string should not be able to export data. This enhancement would make Compass more secure and productive.

    1 vote
    0 comments  ·  Import/Export  ·  Admin →
    How important is this to you?
  4. Make upsert or drop on import document

    It would be great to be able to make what we are importing overwrite the database data, or directly perform a drop before importing. These options should be optional when importing documents.

    1 vote
    0 comments  ·  Import/Export  ·  Admin →
    How important is this to you?
  5. Export symbols as symbols, not text

    When I export documents with Symbol fields to JSON, the Symbol fields are converted to text, regardless of which of the Advanced JSON Format settings I choose. Symbol and text fields aren't the same! The JSON format should export Symbols as Symbols, e.g. "type": {"$symbol": "text"} instead of "type": "text", similar to what it does with dates and ObjectIDs.

    1 vote
    0 comments  ·  Import/Export  ·  Admin →
    How important is this to you?
  6. implicit cast based on validation schema

    When importing json data containing an ambiguous type (e.g. 0, which can be a double or int32) with a collection that has a validation schema1 set for a specific type (e.g. double), the server should reference the schema to resolve the type to implicitly cast the value to upon inserting the document. Otherwise, one can have a document fail validation because (in this example) the 0 was cast to an int32 instead of a double.

    Thanks

    1 vote
    0 comments  ·  Import/Export  ·  Admin →
    How important is this to you?
  7. Advanced JSON Format options need to persist.

    Advanced JSON Format options need to persist, please make it a entry under settings.

    It is realy anoying to deal with the setting EVERY time you export data.
    In my case I use only Long dates (Unix) and I will prefer to have Relaxed always, that is FAR from the cutoff point to lose resolution on that number

    1 vote
    0 comments  ·  Import/Export  ·  Admin →
    How important is this to you?
  8. Add an option to copy a single database from one cluster to another in ATLAS

    At the moment atlas doesn't have any option to copy a single database from one cluster to another.

    This is very important feature when its come to developing and testing the enterprise level application.

    So for my current use case we have requirement where we need to refresh selective database from prod cluster to non prod cluster to perform the load and automated regression testing over the real time data and user that we have on prod.

    to handle this business use case which is very common on IT , we need a option/capability in atlas to make a selective…

    1 vote
    0 comments  ·  Import/Export  ·  Admin →
    How important is this to you?
  9. saparator

    I think for saparator exported data can be change to semicolon Thanks

    1 vote
    0 comments  ·  Import/Export  ·  Admin →
    How important is this to you?
  10. Export database statistics

    When you click on a database, you can see a listing of collections and some statistics. Add a feature to export the statistics for all collections across all databases so that data inventorying is easier.

    1 vote
    0 comments  ·  Import/Export  ·  Admin →
    How important is this to you?
  11. 1 vote
    0 comments  ·  Import/Export  ·  Admin →
    How important is this to you?
  12. One more dropdown option should be there for all Columns

    While Importing the files, the change of datatypes should have one more drop-down option to change all columns/field datatypes to strings/mixed/double/Int32/number, etc.

    1 vote
    0 comments  ·  Import/Export  ·  Admin →
    How important is this to you?
  13. Save export CSV configured fields in favourite query

    In case of exporting the result of a find query in a CSV file, at the moment (v. 1.36.4) we need to select which fields we are interested at the first time and in case of reuse of the favourite query we need to select these fields again.
    In fact, in the default behaviour, all fields are selected from the sampled result in the CSV exporting process.

    One way could be to save the selected fields from the CSV export configuration in the favourite query settings.

    Other ideas?

    Thanks.

    1 vote
    How important is this to you?
  14. Feature Request: Add simplified parallel insertion command syntax

    I want to have a (maybe per server) setting dialog where I can enter a custom JS function that returns any of the mongoDB supported datatypes for the primary key (_id or id - usually String, ObjectId or NumberLong) and is then used everytime I insert a new document in mongoDB compasst.

    Context

    I was testing deduplication functionality I implemented in my app and I had to repeat the process several times. As my IDs were UUIDv4 strings, I needed extra steps after duplicating the documents with the duplicate button on the document in the preview list because otherwise the…

    1 vote
    0 comments  ·  Import/Export  ·  Admin →
    How important is this to you?
  15. restrict export access

    Compass currently allow any user to export data to his local file system, I think it's necessary to add restrictions so that the admin user can specify which user can or can not export data

    1 vote
    How important is this to you?
  16. Checkbox to deselect all fields when importing csv files

    When importing csv files, I did not find the checkbox to deselect all fields. There were 60 fields, I needed just two of them. I had to click 58 times to deselect the not needed fields.

    1 vote
    0 comments  ·  Import/Export  ·  Admin →
    How important is this to you?
  17. Deal with Lat/Lon Pairs in CSV/Tabular imports.

    When importing tabular data with separate columns for Lat/Lon geospatial data, MongoDB Import should be able to automatically rebuild these into GeoJSON compliant structures.

    1 vote
    0 comments  ·  Import/Export  ·  Admin →
    How important is this to you?
  18. Compass got stack without errors info (over 10 min)

    Better error reporting for the user. Importing a json (a valid file) puts the compass in an infinity loop without any error info for the user what is wrong. Values are not stored. App doing importing over 10 min simple file structure, I stoped on end the process.
    I found on end that json should to be in collection format (just with {} brackets). I added standard content with [] (example of the file is below). Improve validation.

    I used 1.21.1 (stable) version of mongodb compass for mac

    [{
    "title": "Specification by Example",
    "isbn": "1617290084",
    "pageCount": 0,
    "publishedDate": { "$date":…

    1 vote
    0 comments  ·  Import/Export  ·  Admin →
    How important is this to you?
  19. importing embedded document with CSV

    a way for embedded documents to be imported using csv files

    1 vote
    0 comments  ·  Import/Export  ·  Admin →
    How important is this to you?
2 Next →
  • Don't see your idea?

Compass

Categories

Feedback and Knowledge Base