mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.2 KiB
2.2 KiB
title |
---|
Create table via import |
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';
Import table from CSV / Excel / JSON
Accessing import modal
There are two ways to access import modal:
1. From the project dashboard
2. From the table context menu
Importing file
There are two ways to upload source file:
1. Upload from local directory
- Select
Upload
tab from the Quick import modal. - Click on
file upload
button or drag and drop file to the modal. - Advance Settings (optional)
- Click on
Import
button.
2. Upload from URL
- Select
URL
tab from the Quick import modal. - Paste the URL of the file.
- Advance Settings (optional)
- Click on
Import
button.
:::info
- Multiple files can be imported at once.
- Supported file formats: CSV, Excel, JSON
- Maximum file size: 5 MB :::
Import configurations
Table name
- defaults to the name of the file; double click to edit.Field configurations
- OptionalField name
- name of the column as identified from import file header; click to edit.Field type
- inferred from the data in the column; click to edit.Options
- ForSingle select
andMulti select
field types, options identified are listed here; click to edit.
- Click on
Import
button to start importing the file. Remove field
- Click on delete icon to exclude a field in source file from being imported.
Advance settings
# 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 toSingleLineText
.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.
:::info By default, the first column will be chosen as Display Value and cannot be deleted. :::