Data Exporter extension is designed to simplify the process of exporting data from your NocoDB tables. With just a few clicks, you can effortlessly download CSV files for any specific table and view within your base. The download process is handled asynchronously in the background, ensuring that your application usage remains uninterrupted. Once your file is ready, you’ll receive a notification, allowing you to download the CSV at your convenience.
Data Exporter extension is designed to simplify the process of exporting data from your NocoDB tables. With just a few clicks, you can effortlessly download CSV files for any specific table and view within your base. The download process is handled asynchronously in the background, ensuring that your application usage remains uninterrupted. Once your file is ready, you’ll receive a notification, allowing you to download the CSV into your local machine at your convenience.
## Exporting Data
To export data from your NocoDB tables, follow the steps outlined below:
1. Select the table & associated view you wish to export.
2. Click on the **Export** button.
3. Once the export is complete, the file will be listed in the **Recent Exports** section.
4. Click on the **Download** button to save the CSV file to your local system.
2. Optionally, configure **Separator**&**Encoding** as required.
- Default separator is a Comma `,`.
- Other options supported are Semicolon `;`, Pipe `|` and `Tab`
3. Click on the **Export** button.
4. Once the export is complete, the file will be listed in the **Recent Exports** section.
5. Click on the **Download** button to save the CSV file to your local system.
:::note
Separator & Encoding configurations are possible only from expanded extension panel