October 2013
Beginner to intermediate
270 pages
5h 41m
English
Many database applications require a log of rejects and errors to be kept to enable erroneous records to be identified, so that manual repairs can take place. This recipe shows how to capture errors for individual rows using the reject row facility.
Open the job jo_cook_ch07_0090_rejectsAndErrors.
The steps to be performed are as follows:
customer table from metadata and create a tMysqlOutput component."customer_reject_test", and change Action on table to Drop table if exists and create.tMysqlOutput component and you will see that the only Row option is Main.Read now
Unlock full access