Hi,
I have a transformation which copies rows from Table Input A to Table Output B. I want to have a error handling step with Table Output B in such a way that different types of error has different flow.
For example,
1) If the error is due to data length in Table Output B, I want to write in a log file.
2) If the error is due to null values in not null column in Table Output B, I want to update a table C.
How can I achieve this?
I have a transformation which copies rows from Table Input A to Table Output B. I want to have a error handling step with Table Output B in such a way that different types of error has different flow.
For example,
1) If the error is due to data length in Table Output B, I want to write in a log file.
2) If the error is due to null values in not null column in Table Output B, I want to update a table C.
How can I achieve this?