-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Import/Export
-
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.