# Database Export

Cloud Base supports the export of existing CSV and JSON data in a collection. You can export data using either the Cloud Base console or the HTTP API.

# Export via Cloud Base Console

To export data, open the Cloud Base console, switch to the "Database" tab, select a collection from which to export data, and click "Export".

Database

Select the format, location, and fields of the data to export and click "Export" to start the export process.

If you select the JSON export format and do not fill in the fields option, all data is exported by default.

If you select the CSV export format, you must fill in the fields option. Fields are separated by commas, for example:

_id,name,age,gender

# Export via HTTP API

For more information, refer to the database export using HTTP API documentation.