Advanced Validations
Validations help you to ensure that data is in the format you want them to be in. A tooltip will be shown for invalid data and you can ensure that errors get resolved before data gets submitted.
Last updated
Validations help you to ensure that data is in the format you want them to be in. A tooltip will be shown for invalid data and you can ensure that errors get resolved before data gets submitted.
Last updated
Validates that field's values for Number
and Double
columns fall within a min
and max
values. Either min
, max
or both
must be defined. Values are inclusive.
Name | Value | Is Required |
---|---|---|
Validates that field's value for String
column falls within min
and max
number of characters.
Either min
, max
or both
must be defined. Values are inclusive.
Name | Value | Is Required |
---|---|---|
Validate uniqueness across multiple fields. To use it, place a unique_with
validation on each field that you want to be part of the uniqueness validation, all sharing the same uniqueKey
.
Name | Value | Is Required |
---|---|---|
Here is an example set of fields using unique_with
validations used to validate that the combination of department code
and employee Id
fields are unique.
Here is the example of unique_with
validation in action,
Click on Validations
while adding column or click on Edit
to edit the column.
Assign validations as needed,
You can check the advanced validations sections in react( ), angular ) and javascript ()
validate
range
min
max
errorMessage
validate
length
min
max
errorMessage
validate
unique_with
uniqueKey
errorMessage
If you have any questions, suggestions, or comments. Feel free to reach out to us over Discord. We’re constantly improving to deliver the best Data Importer for your product, and we value your input.