Upload File
Loading table
Loading table error
To display more than
{{ licenceState.value.editor_rows_allowed }} rows, contact
Notice
Due to current licence, only {{ licenceState.value.submit_rows_limit }} rows in a file will be submitted. To remove the restriction, contact support@datacontroller.io
{{ badEditTitle || 'Error' }}
{{ badEditCause }}
Error
Null values or incorrect data types cannot be submitted for Primary Key columns
Error
Incorrect data types in non-Primary Key columns
Error
Duplicate values cannot be submitted for Primary Key columns
Duplicates found:
@for ( duplicatePkIndex of duplicatePkIndexes; track duplicatePkIndex; let i = $index ) { On row {{ duplicatePkIndex + 1 }}: {{ pkFields[duplicatePkIndex].replace('|', '') | pkSpaceSeparate }} }Error
The following columns have values that exceed length limits:
@for (cell of exceedCells; track cell) {{{ cell.col }}({{ cell.len }}), {{ cell.val }}
}