Faruk Abdulla MunshiforFaruk's blogfaruk.hashnode.net·Jan 26, 2021MongoDB Basic Shell Commands (part-1)Importing Data When you are handling data in JSON format mongoimport --uri="mongodb+srv://<your username>:<your password>@<your cluster>.mongodb.net/sample_db" --drop sample.json Here the --drop flag is used to wipe out already existing data, the da...31 likes·177 readsMongoDB Basic Shell CommandsDatabasesAdd a thoughtful commentNo comments yetBe the first to start the conversation.