Data Transformation Engine Map Designer Reference Guide

Chapter 10 - Map Settings Validation Settings
Map Designer Reference Guide
183
Value Description
Ignore (no warnings) Allows restrictions to be fully ignored, in all situations
other than when ignoring is required for object
identification, such as when an item is partitioned by
a restriction list.
Note Restrictions of syntax items are not ignored, because these are used in
determining the value of the syntax object.
SizeError
Define whether to validate the data with size at run-time.
Value Description
Ignore Ignore minimum and maximum size of items that appear in
delimited data during validation.
Validate 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 fact that it only has 2 bytes is ignored and the data is
validated anyway.
PresentationError
Define whether to validate the data with presentation settings at run-time. For
example, if a number is defined as an integer, but it appears in the data as a
decimal number, the fact that it appears as a decimal is ignored and the data is
validated anyway.
Value Description
Ignore Ignore presentation settings during validation. If the item has
an invalid presentation, the item is mapped as if it were
NONE. However, if the input is converted to text using the
TEXT function, it will be mapped.
Validate Validate with presentation settings.