diff --git a/packages/noco-docs/content/en/setup-and-usages/table-operations.md b/packages/noco-docs/content/en/setup-and-usages/table-operations.md index 9aa6d31e01..4efcbf91c5 100644 --- a/packages/noco-docs/content/en/setup-and-usages/table-operations.md +++ b/packages/noco-docs/content/en/setup-and-usages/table-operations.md @@ -17,7 +17,7 @@ Now you can start creating new tables by simply clicking one of the following op - Click the plus button next to Table menu - Click Add / Import, then click Add new table -image +image A modal will be popped up. Input the corresponding info and enable or disable default columns and click `Submit` button. @@ -44,36 +44,6 @@ The table can be deleted using the `delete` icon present in the toolbar within t ![image](https://user-images.githubusercontent.com/35857179/168411589-540f50d2-78e3-4d97-b17c-1b9fad9f90b7.png) -### Quick Import - -You can use Quick Import when you have data from an existing CSV file or Microsoft Excel by clicking `Add / Import` and choosing the corresponding options. - -![image](https://user-images.githubusercontent.com/35857179/168412001-54b86df4-5d34-427a-b741-81240f9a63a6.png) - -#### Import CSV data into an existing project - -- Click Add / Import and click CSV file -- Drag & drop or select file to upload or specify Excel file URL - ![image](https://user-images.githubusercontent.com/35857179/168412051-ed988659-011d-455b-ba32-be0a2e1184b0.png) -- You can revise the table name, column name and column type. By default, the first column will be chosen as Primary Value and cannot be deleted. - ![image](https://user-images.githubusercontent.com/35857179/168412069-aea8a8fb-09ab-4412-95b7-963bdbe24cfc.png) -- Click `Import CSV` to start importing process. The table will be created and the data will be imported. - ![image](https://user-images.githubusercontent.com/35857179/168412172-9bb24ab9-da15-45cf-9b12-3af362fc604a.png) - -#### Import Microsoft Excel data into an existing project - -- Click Add / Import and click Microsoft Excel -- Drag & drop or select file to upload or specify Excel file URL - ![image](https://user-images.githubusercontent.com/35857179/168412483-a12f7d90-1b91-48bb-96a7-2a16dc8c7b81.png) -- You can revise the table name, column name and column type. By default, the first column will be chosen as Primary Value and cannot be deleted. - - Note: If your Excel file contains multiple sheets, each sheet will be stored in a separate table. - - - ![image](https://user-images.githubusercontent.com/35857179/168412465-e46b4fcf-ec1c-4d32-bb56-eb62516829f5.png) -- Click `Import Excel` to start importing process. The table(s) will be created and the data will be imported to the corresponding table(s). - ![image](https://user-images.githubusercontent.com/35857179/168413233-adfb85e2-8d52-46d8-a754-e2ec9f8d3234.png) - ## Column ### Column Add @@ -141,6 +111,46 @@ Right-click on anywhere in the row and then from the context menu select `Delete Bulk delete is also possible by selecting multiple rows by using the checkbox in first column and then `Delete Selected Rows` options from the right click context menu. +## Quick Import + +You can use Quick Import when you have data from external sources such as Airtable, CSV file or Microsoft Excel to an existing project by clicking `Add / Import` and choosing the corresponding options. + +![image](https://user-images.githubusercontent.com/35857179/168772072-937b037b-32b3-4e5b-b982-5ee4b9a4959c.png) + +### Import Airtable into an existing project + +- Click `Add / Import` and click `Airtable` +- Input API key & Shared Base ID / URL +![image](https://user-images.githubusercontent.com/35857179/168773192-f3ef9d36-3329-4324-ae25-989b611f66bf.png) +- Click `Import` and you will see the status +![image](https://user-images.githubusercontent.com/35857179/168779663-5bb1dac8-01bd-43fb-8638-318a66a0f4bf.png) +- Click `Go to dashboard` after the sync is finished +![image](https://user-images.githubusercontent.com/35857179/168779906-6163b23e-4bcc-4991-8a77-b2fa94e5dcf3.png) + +### Import CSV data into an existing project + +- Click `Add / Import` and click `CSV file` +- Drag & drop or select file to upload or specify Excel file URL + ![image](https://user-images.githubusercontent.com/35857179/168412051-ed988659-011d-455b-ba32-be0a2e1184b0.png) +- You can revise the table name, column name and column type. By default, the first column will be chosen as Primary Value and cannot be deleted. + ![image](https://user-images.githubusercontent.com/35857179/168412069-aea8a8fb-09ab-4412-95b7-963bdbe24cfc.png) +- Click `Import CSV` to start importing process. The table will be created and the data will be imported. + ![image](https://user-images.githubusercontent.com/35857179/168412172-9bb24ab9-da15-45cf-9b12-3af362fc604a.png) + +### Import Excel data into an existing project + +- Click `Add / Import` and click `Microsoft Excel` +- Drag & drop or select file to upload or specify Excel file URL + ![image](https://user-images.githubusercontent.com/35857179/168412483-a12f7d90-1b91-48bb-96a7-2a16dc8c7b81.png) +- You can revise the table name, column name and column type. By default, the first column will be chosen as Primary Value and cannot be deleted. + + Note: If your Excel file contains multiple sheets, each sheet will be stored in a separate table. + + + ![image](https://user-images.githubusercontent.com/35857179/168412465-e46b4fcf-ec1c-4d32-bb56-eb62516829f5.png) +- Click `Import Excel` to start importing process. The table(s) will be created and the data will be imported to the corresponding table(s). + ![image](https://user-images.githubusercontent.com/35857179/168413233-adfb85e2-8d52-46d8-a754-e2ec9f8d3234.png) + ## Export Data You can export your data from a table as a CSV file by clicking `More` and `Download as CSV`.