2.0 KiB
title | description | tags | keywords |
---|---|---|---|
Data Exporter | Export data from NocoDB in various formats | [Extensions Data Exporter Export Data JSON CSV Excel] | [Data Exporter Export data Export JSON Export CSV Export Excel] |
Overview
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:
- Select the table & associated view you wish to export.
- Optionally, configure Separator & Encoding as required.
- Default separator is a Comma
,
. - Other options supported are Semicolon
;
, Pipe|
andTab
- Default separator is a Comma
- Click on the Export button.
- Once the export is complete, the file will be listed in the Recent Exports section.
- 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 :::
Managing Exports
The files exported have a limited lifespan and are automatically removed after 6 hours. The files listed under the Recent Exports section are only visible to you and are not shared with other users. You can manage your exports by downloading or removing them as needed.
Downloading Exports
- In the Recent Exports section, locate the file you wish to download.
- Click the Download icon next to the export to save it to your device.
Removing Exports
- If you no longer need a particular export, click the
x
icon next to it to remove it from the list.