Mongodb data export from kubernetes hosted DB

Hello All,

We have mongodb created in kubernetes cluster and data was refreshed through kafka. Now i want to get the mongodb as of today in excel sheet for some analysis. How can i get the mongo data in excel sheet.

Any help will be appreciable.

Hi @Satyadev_kumar ,

The options might be via a script or with mongoexport binary to csv and then to the excel sheets

You will have field names as first row. Unless you use --noHeaderLine…

Thanks
Pavel