Skip to content

Instantly share code, notes, and snippets.

@jordelver
Created June 1, 2012 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jordelver/2852899 to your computer and use it in GitHub Desktop.
Save jordelver/2852899 to your computer and use it in GitHub Desktop.
Export mongo collection as a CSV file
mongoexport -d <database> -c <collection> -f field1,field2,field3 --csv > out.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment