Hi,
I am writing a map which transforms a file as well as reports any rejections if present. For that i have done the settings so that map does not fail when it gets any syntax failures. Rather it writes it in the Reject output card and continues with the next record.
I am using IFERROR() to find if the record is syntactically wrong and then REJECT() to report the record back as rejected one.
These settings work for some errors, like if i provide characters in date field the map works as expected and does not fail and continues with the next record. But if i provide a record with wrong length, the map just fails. Can these failures be avoided?
I am writing a map which transforms a file as well as reports any rejections if present. For that i have done the settings so that map does not fail when it gets any syntax failures. Rather it writes it in the Reject output card and continues with the next record.
I am using IFERROR() to find if the record is syntactically wrong and then REJECT() to report the record back as rejected one.
These settings work for some errors, like if i provide characters in date field the map works as expected and does not fail and continues with the next record. But if i provide a record with wrong length, the map just fails. Can these failures be avoided?