how to import escel file to mongo colelctions code example
Example: how to import escel file to mongo colelctions
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