Validation > SizeError

Define whether to validate the data with size at run time.

Value
Description
Off
Ignore minimum and maximum size of items that appear in delimited data during validation.
On
Validate with size.

For example, if an item is defined as having a minimum of 3 bytes, but it only has 2 bytes in the data, the mapping process ignores the fact that it only has 2 bytes and accepts the data as valid.