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 Import CSV Excel XLSX 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 Columns (Optional)
- Existing column names are listed under
Source column
, while new columns identified from the import file are listed underDestination column
. - NocoDB automatically maps destination column names based on the source column names.
- You can reconfigure the mapping by utilizing the dropdown menu that appears when you click on the destination column.
- Existing column names are listed under
-
Exclude Columns (Optional)
- A checkbox is provided to exclude a column from being imported.
-
Initiate Import
- Click on the
Import
button to commence the file import process.
- Click on the
Advance settings
# of rows to parse to infer datatype
- defaults to 500 rows.Utilize First Row as Headers
**`: Enabled by default. If selected, the first row in the spreadsheet will be treated as the header row and its contents will be used as field names.