Importing a database is made easier in mongo with just one command.
mongoimport --db dbName --collection collectionName --file fileName.json --jsonArray
Follow Us