Skip to main content
Version: Latest

Create table via import

Import table from CSV / Excel / JSON

Accessing import modal

There are two ways to access import modal:

1. From the base dashboard

import data

import from dashboard

2. From the base context menu

import from sidebar

Importing file

There are two ways to upload source file:

1. Upload from local directory

  1. Select Upload tab from the Quick import modal.
  2. Click on file upload button or drag and drop file to the modal.
  3. Advance Settings (optional)
  4. Click on Import button.

image

2. Upload from URL

  1. Select URL tab from the Quick import modal.
  2. Paste the URL of the file.
  3. Advance Settings (optional)
  4. Click on Import button.

image

info
  • Multiple files can be imported at once.
  • Supported file formats: CSV, Excel, JSON
  • Maximum file size: 5 MB

Import configurations

  1. Table name - defaults to the name of the file; double click to edit (Optional).
  2. Field configurations (Optional)
    • Field name - name of the field as identified from import file header; click to edit.
    • Field type - all fields are mapped by default to Single line text. Field type as required can be changed after file is imported.
  3. Remove field - Click on delete icon to exclude a field in source file from being imported (Optional)
  4. Click on Import button to start importing the file.

image

Advanced Settings

  • Utilize First Records 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.
  • Import Data: Enabled by default. If selected, all data will be imported; otherwise, only the table will be created.
info

By default, the first field will be chosen as Display Value.