Select fields not working in MongoDB Compass

XMLWordPrintableJSON

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

      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
            Reporter:
            Jothibasu M
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: