Export documents to a CSV file

mongoexport

  • Produce exports of data stored in a MongoDB instance formatted as JSON or CSV.
    More information: <https://docs.mongodb.com/database-tools/mongoexport/>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

mongoexport --collection={{collection_name}} --type={{csv}} --fields="{{field1,field2,...}}" --out={{path/to/file.csv}}

click the source code to copy install mongoexport on any operating system with command-not-found.com