Created
January 16, 2015 09:22
-
-
Save tianp/90491f7792df1f9d4e58 to your computer and use it in GitHub Desktop.
Export MongoDB to CSV
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
mongoexport --host dbhost --port 27017 --collection coll --csv --fields field1,field2 --out filename.csv --db dbname --query '{}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment