Simple web tool to export data from Any MongoDB Database into CSV format directly using Aggregate Pipeline. It essentially runs the query on Node/Express Server and returns it to simple HTML Page. It provides convenient way to Export the data in just one click.
No need to code adhoc APIs / Scripts just for exporting the report data. If you have any suggestions or feature request please reach me out at appsyoda@gmail.com
- Node.JS 12 or greater
- NPM 6.4.11 or greater
- Clone the repository.
- Open terminal in project directory.
- Run
npm install
- Run
npm run start
- Open Browser url
http://localhost:3000
- Fill MongoDB Connection URL
- Fill Name of database where the data resides.
- Fill Collection name where you want to run the aggregate query.
- Fill
Aggregate Query
in the textarea, it should be a valid JSON Object. - Click on Execute button to see the results (preview).
- If data looks okay, then click on Export button. It would be exported in CSV format
If you are facing any issues or have change request. Kindly write me at appsyoda@gmail.com.