Export all at database/collection level skips few fields?
Answered
When I am exporting full database as or even individual using below:
"Export Collections" -> "Export to JSON, BSON, CSV|TSV and SQL (mongoexport not required)..."
Few fields are missing, how can I by default add all fields?
"Export to CSV/SQL" dialog may not list all fields due to MongoDB schema-free features. Unless we traverse the entire dataset, it is always possible to miss some fields.
"Export to CSV/SQL" dialog may not list all fields due to MongoDB schema-free features. Unless we traverse the entire dataset, it is always possible to miss some fields.
Replies have been locked on this page!