Files
nocodb/packages/noco-docs/docs/.135.extensions/020.data-exporter.md
Mert E. ec464a3310 chore: sync various (#9950)
* chore: some missing changes

Signed-off-by: mertmit <mertmit99@gmail.com>

* chore: sync refactored expanded form

Signed-off-by: mertmit <mertmit99@gmail.com>

---------

Signed-off-by: mertmit <mertmit99@gmail.com>
2024-12-03 23:35:32 +03:00

1.9 KiB
Raw Blame History

title, description, tags, keywords
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

The 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, youll receive a notification, allowing you to download the CSV into your local machine at your convenience.

Exporting Data

Follow these steps to export data from your NocoDB tables:

  1. Select the table and associated view you wish to export.
  2. Configure optional settings for Separator and Encoding:
    • Default separator: Comma ,
    • Other options: Semicolon ;, Pipe | and Tab
  3. Click the Export button.
  4. Once the export is complete, the file will be listed in the Recent Exports section.
  5. Click the Download button to save the CSV file to your local device.

:::note Separator and Encoding configurations are only accessible from the expanded extension panel. :::

Data Exporter

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

  1. In the Recent Exports section, locate the desired file.
  2. Click the Download icon next to the file to save it to your device.

Removing Exports

  1. Locate it in the Recent Exports section.
  2. Click the x icon to remove it from the list.