Import data from file into mongodb through cmd

Resources

Just a quick snippet I keep forgetting to import from file data into mongodb through cmd:

mongoimport.exe --db myDbName --collection myCollectionName --file c:\myData.json