import excel into mongodb code example
Example: import excel into mongodb
mongoimport --db myDb --collection myCollection --type csv --headerline --file /path/to/myfile.csv
mongoimport --db myDb --collection myCollection --type csv --headerline --file /path/to/myfile.csv