Created
October 25, 2016 05:12
-
-
Save anthony2025/401ce2cc22d4bb4361ef5007640735b1 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
mongoimport -h <host(Optional if local)> -d <db> -c <collection> -u <user> -p <pass> --jsonArray --file <file path> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment