You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MongoDB provides two mechanisms for importing and exporting data. One way is via the mongoimport and mongoexport utilities. These allow you to import and export JSON and CSV representations of your data. The other way is with mongorestore and mongodump utilities which deal with binary dumps.
In this tab we provide pre-filled strings for the commands that we find most useful.
Copy and paste from below to import or export from this database. For a full list of options
that can be used with these commands, please see MongoDB's documentation on this subject.