diff --git a/packages/noco-docs/docs/050.tables/030.create-table-via-import.md b/packages/noco-docs/docs/050.tables/030.create-table-via-import.md index cee5096018..3bc3c23278 100644 --- a/packages/noco-docs/docs/050.tables/030.create-table-via-import.md +++ b/packages/noco-docs/docs/050.tables/030.create-table-via-import.md @@ -56,4 +56,8 @@ There are two ways to upload source file: - `# of rows to parse to infer datatype` - defaults to 500 rows. - `Auto select field types` - enabled by default. If checked, field types will be detected. Otherwise, all fields will default to `SingleLineText`. - `Use first row as headers` - enabled by default. If checked, the first row will be treated as header row & will be used as field names. -- `Import data` - enabled by default. If checked, all data will be imported; otherwise, only table will be created. \ No newline at end of file +- `Import data` - enabled by default. If checked, all data will be imported; otherwise, only table will be created. + +:::info +By default, the first column will be chosen as Display Value and cannot be deleted. +::: \ No newline at end of file diff --git a/packages/noco-docs/docs/050.tables/040.import-data-into-existing-table.md b/packages/noco-docs/docs/050.tables/040.import-data-into-existing-table.md index 4d69629a5b..58369eac84 100644 --- a/packages/noco-docs/docs/050.tables/040.import-data-into-existing-table.md +++ b/packages/noco-docs/docs/050.tables/040.import-data-into-existing-table.md @@ -30,11 +30,11 @@ There are two ways to upload source file: 3. [Advance Settings](#advance-settings) (optional) 4. Click on `Import` button. -### Field mapping -1. Existing column names are listed under `Source column`. New columns identified from the import file under `Destination column`. NocoDB autofill destination column names based on the source column names. -2. - +![image](/img/v2/upload-csv-url.png) +### Field mapping +1. Existing column names are listed under `Source column`. New columns identified from the import file are listed under `Destination column`. NocoDB auto maps destination column names based on the source column names. One can reconfigure mapping by making use of dropdown that appears on clicking destination column. Checkbox is provided to exclude a column from being imported. +2. Click on `Import` button to start importing the file. ![image](/img/v2/upload-csv-3.png) diff --git a/packages/noco-docs/static/img/v2/upload-csv-1.png b/packages/noco-docs/static/img/v2/upload-csv-1.png index f0b8fa6fb7..f694039ffe 100644 Binary files a/packages/noco-docs/static/img/v2/upload-csv-1.png and b/packages/noco-docs/static/img/v2/upload-csv-1.png differ diff --git a/packages/noco-docs/static/img/v2/upload-csv-url.png b/packages/noco-docs/static/img/v2/upload-csv-url.png new file mode 100644 index 0000000000..4939d9a836 Binary files /dev/null and b/packages/noco-docs/static/img/v2/upload-csv-url.png differ