I am using a BODS job to directly insert rows into a target table. On errors, such as when the target column is expecting a non-null value while the job is passing a null value, the whole job fails. What transform do I use so the job ignores those bad rows from the source and continues running? Thanks.
↧