Browse Source

docs: data exporter corrections

pull/9914/head
Raju Udava 1 month ago
parent
commit
0c99c91565
  1. 17
      packages/noco-docs/docs/135.extensions/020.data-exporter.md
  2. 0
      packages/noco-docs/docs/135.extensions/030.upload-data-from-csv.md
  3. 0
      packages/noco-docs/docs/135.extensions/040.bulk-update.md
  4. 0
      packages/noco-docs/docs/135.extensions/050.url-preview.md
  5. 0
      packages/noco-docs/docs/135.extensions/060.world-clock.md
  6. 0
      packages/noco-docs/docs/135.extensions/070.org-chart.md
  7. 2
      packages/noco-docs/docs/135.extensions/_category_.json
  8. BIN
      packages/noco-docs/static/img/v2/extensions/data-exporter.png

17
packages/noco-docs/docs/135.extensions/020.data-exporter.md

@ -6,14 +6,21 @@ keywords: ['Data Exporter', 'Export data', 'Export JSON', 'Export CSV', 'Export
---
## 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 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
:::
![Data Exporter](/img/v2/extensions/data-exporter.png)
@ -26,4 +33,4 @@ The files exported have a limited lifespan and are automatically removed after 6
- 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.
- If you no longer need a particular export, click the `x` icon next to it to remove it from the list.

0
packages/noco-docs/docs/135.extensions/030.import-csv.md → packages/noco-docs/docs/135.extensions/030.upload-data-from-csv.md

0
packages/noco-docs/docs/135.extensions/040.bulk-update.md

0
packages/noco-docs/docs/135.extensions/050.url-preview.md

0
packages/noco-docs/docs/135.extensions/060.world-clock.md

0
packages/noco-docs/docs/135.extensions/070.org-chart.md

2
packages/noco-docs/docs/135.extensions/_category_.json

@ -1,5 +1,5 @@
{
"label": "Extensions",
"label": "Extensions",
"collapsible": true,
"collapsed": true,
"link": {

BIN
packages/noco-docs/static/img/v2/extensions/data-exporter.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 288 KiB

After

Width:  |  Height:  |  Size: 238 KiB

Loading…
Cancel
Save