mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 20:16:55 +00:00
* feat: csv export job * fix: duplicate job * feat: csv export job final * feat: data export extension POC * feat: data export final * fix: extensions & scroll --------- Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
12 lines
316 B
JSON
12 lines
316 B
JSON
{
|
|
"id": "nc-data-exporter",
|
|
"title": "Data Exporter",
|
|
"description": "Export any view in various formats",
|
|
"entry": "data-exporter",
|
|
"version": "0.1",
|
|
"iconUrl": "data-exporter/icon.png",
|
|
"publisherName": "NocoDB",
|
|
"publisherEmail": "contact@nocodb.com",
|
|
"publisherUrl": "https://www.nocodb.com"
|
|
}
|