Just now i have learnt on how to insert multiple documents using mongo db shell.
Thought to do the same in compass to check the ordered and unordered concept and i
am not able to find any keys/windows to insert multiple documents together. Need assistance.
Santhosh,
Compass does not support inserting many documents at once at this time.
Here is the doc mentioning it: https://docs.mongodb.com/manual/tutorial/insert-documents/#insert-multiple-documents
Regards,
Daniel
2 Likes
Hi Santhosh_50358,
As daniel mentioned, we cannot insert many documents at once using compass.
But if you want to import the collection or you have json/csv of documents that you want to insert it, just follow the steps:
-
Click on any collection that you want to import data to.
-
Then, click on “Collection” menu link as shown
-
Click on Import data and select JSON or CSV depending on the format of data that you have.
-
Click on Import
Hope it helps!
Kanika
3 Likes