Answers for "export mongodb into json file"

0

how to export mongodb database to json

sudo mongoexport --db newdb -c restaurants --out newdbexport.json
Posted by: Guest on August-09-2020
0

how to add json file to mongodb

mongoimport --jsonArray  -d DatabaseN -c collectionName /filePath/filename.json
Posted by: Guest on September-28-2021

Code answers related to "export mongodb into json file"

Browse Popular Code Answers by Language