In the Checked Columns table, define the
checks to be performed. In this use case:
- The type of the ID column should be Int.
- The length of the Name, State
and City columns should be checked.
- The type of the BirthDate column should be
Date, and the expected date pattern is
dd-MM-yyyy.
- All the columns should be checked for null values, so clear the
Nullable check box for all the
columns.
Information noteNote:
To send rows containing fields exceeding the defined maximum length to
the reject flow, make sure that the Trim the
excess content of column when length checking chosen and the length
is greater than defined length check box is cleared.