Skip to content

Import Data Matching Update

Feature Description

Open the data table record import page, where users can import data through three methods: Excel, CSV, and Copy table from Excel or web page

Parameter Settings

Configuration ItemDescription
Data TableRecord's data table type
Allow Users to Select the Following Fields for ImportSet the fields that users are allowed to import
Default Mapping RelationshipSet the default mapping relationship between columns and fields
Field Default ValuesDefault values for fields when imported data is empty
Enable Import Data ValidationWhen enabled, imported data will be validated row by row
Row Data Does Not Meet ValidationWhen Enable Import Data Validation is enabled, each row of data can be validated. When the return value is true, it means the validation result is not met
Prompt Content When Validation FailsPrompt content when row data does not meet validation
Continue Import When Validation FailsWhen enabled, import will continue even if validation fails. When disabled, validation failure will prevent the import of subsequent rows of data
Skip Current Row When Validation FailsWhen enabled, the current row will be skipped directly and not updated when validation fails. When disabled, updates will be made even if validation fails
Matched Record ListSelect the record list that needs to be matched, only the data of the currently set record list will be updated

Example

In the data table module, we need an import update button. Clicking this button can batch update all data on the current page of the data table. By matching the specified column of data in the Excel table, update the data of other columns, and when the validation rules are not met, a prompt will be given and skipped without updating