ETL (Extract, transform, load) Question: Download Extract, transform, load (ETL) PDF

Explain Techniques of Error Handling - Ignore , Rejecting bad records to a flat file , loading the records and reviewing them (default values)?

Tweet Share WhatsApp

Answer:

Rejection of records either at the database due to constraint key violation or the informatica server when writing data into target table.These rejected records we can find in the badfiles folder where a reject file will be created for a session.we can check why a record has been rejected.And this bad file contains first column a row indicator and second column a column indicator.
These row indicators or of four types
D-valid data,
O-overflowed data,
N-null data,
T- Truncated data,
And depending on these indicators we can changes to load data successfully to target.

Download Extract, transform, load (ETL) PDF Read All 37 Extract, transform, load (ETL) Questions
Previous QuestionNext Question
Explain What are the different versions of Informatica?Explain the process of extracting data from source systems,storing in ODS and how data modeling is done?