mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
2.0 KiB
37 lines
2.0 KiB
2 weeks ago
|
---
|
||
|
title: 'Data Exporter'
|
||
|
description: 'Export data from NocoDB in various formats'
|
||
|
tags: ['Extensions', 'Data Exporter', 'Export', 'Data', 'JSON', 'CSV', 'Excel']
|
||
|
keywords: ['Data Exporter', 'Export data', 'Export JSON', 'Export CSV', 'Export Excel']
|
||
|
---
|
||
|
|
||
|
## Overview
|
||
2 weeks ago
|
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.
|
||
2 weeks ago
|
|
||
|
## 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 weeks ago
|
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
|
||
|
:::
|
||
2 weeks ago
|
|
||
2 weeks ago
|
![Data Exporter](/img/v2/extensions/data-exporter.png)
|
||
|
|
||
2 weeks ago
|
## 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
|
||
2 weeks ago
|
- If you no longer need a particular export, click the `x` icon next to it to remove it from the list.
|