Uploaded image for project: 'Compass '
  1. Compass
  2. COMPASS-5707

Select fields not working in MongoDB Compass

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 1.31.1
    • Affects Version/s: None
    • Component/s: Import/Export
    • Labels:
      None
    • Environment:
      Operating System: macOS
    • Not Needed

      Problem Statement/Rationale


      Trying to export the collection with certain fields using MongoDB Compass.
      But it always export all the fields even if I unselected some.

      Steps to Reproduce

      1) Try to export any collection (Eg: users: { _id, name, email, phone })
      2) Select only certain fields in export ( Eg: { name, phone } )

      Expected Results

      [\{ name, phone }, \{ name, phone }, \{ name, phone }]

      Actual Results

      [\{ _id, name, email, phone }, \{ _id, name, email, phone }, \{ _id, name, email, phone }]

      Additional Notes

      Any additional information that may be useful to include.

            Assignee:
            Unassigned Unassigned
            Reporter:
            jothibasu@smartaudit.co Jothibasu M
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: