Created
November 5, 2011 15:18
-
-
Save jasonmccay/1341650 to your computer and use it in GitHub Desktop.
MongoImport Command used to Import Data into a MongoHQ Database
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Example of MongoImport Used to Import Data into a MongoHQ Database ## | |
mongoimport -h staff.mongohq.com --port 10097 -d import_example -c football_players -u mongohq -p****** --type csv --file ~/Desktop/football_players.csv --headerline |
THANK YOU saved me so much time!
And yeah worked fine for me in sandbox
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
does this command work in the sandbox environment ? I had an auth error.