Answers for "import excel into mongodb"

0

import excel into mongodb

mongoimport --db myDb --collection myCollection --type csv --headerline --file /path/to/myfile.csv
Posted by: Guest on February-18-2021

Code answers related to "import excel into mongodb"

Browse Popular Code Answers by Language