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.4 KiB
2.4 KiB
title | description | tags | keywords |
---|---|---|---|
Import data into an existing table | Learn how to import data into an existing table in NocoDB. | [Tables Upload CSV Excel JSON] | [NocoDB table import data into table import data from csv import data from excel import data from xlsx] |
Import data from CSV / Excel
Accessing import modal
- Click on
...
context menu from the toolbar. - Click on
Upload
button. - Select
Upload CSV
/Upload Excel
option.
Importing file data
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.
Field mapping
-
Table Name (Optional)
- Defaults to the name of the file; double-click to edit.
-
Mapping Fields (Optional)
- Existing field names are listed under
Source field
, while new fields identified from the import file are listed underDestination field
. - NocoDB automatically maps destination field names based on the source field names.
- You can reconfigure the mapping by utilizing the dropdown menu that appears when you click on the destination field.
- Existing field names are listed under
-
Exclude fields (Optional)
- A checkbox is provided to exclude a field from being imported.
-
Initiate Import
- Click on the
Import
button to commence the file import process.
- Click on the
Advance settings
# of records to parse to infer datatype
- defaults to 500 records.Utilize First Record as Headers
**`: Enabled by default. If selected, the first record in the spreadsheet will be treated as the header record and its contents will be used as field names.