Use the REPLACEBADNUM parameter to specify a substitution value for invalid numeric data encountered when mapping number columns. REPLACEBADNUM applies globally.
REPLACEBADNUM {number | NULL | UNPRINTABLE}
numberReplace with the specified number.
NULLReplace with NULL if the target column accepts NULL values; otherwise replace with zero.
UNPRINTABLEReject any column with unprintable data. The process stops and reports the bad value.