Answers for "export a collection and import in another collection using mongodb"

0

how to export mongodb database to json

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

Code answers related to "export a collection and import in another collection using mongodb"

Browse Popular Code Answers by Language