Skip to content

Instantly share code, notes, and snippets.

@AstraSerg
Created February 14, 2018 14:11
Show Gist options
  • Save AstraSerg/c2b900b4317926ee50aa3db2fbc2c7d8 to your computer and use it in GitHub Desktop.
Save AstraSerg/c2b900b4317926ee50aa3db2fbc2c7d8 to your computer and use it in GitHub Desktop.
Export from mongo to CSV
mongoexport \
--db db \
--collection coll \
--type=csv \
-h host:27017 \
--fields rm_issue_id,status,period,partner_id,summ_info,summ_clear \
-u user \
-p password \
--out file.dump.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment