Skip to content

Instantly share code, notes, and snippets.

@dublado
Created February 7, 2014 14:03
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 dublado/8863118 to your computer and use it in GitHub Desktop.
Save dublado/8863118 to your computer and use it in GitHub Desktop.
mongo export json to csv
mongoexport --port _PORT_ --csv --username oppa --password _PASSWORD_ --collection _COLLECTION_ --db _DB_ --fields create_at,email,subject,body,order --forceTableScan --out /tmp/emails.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment