Explain techniques of error handling - ignore , rejecting bad records to a flat file , loading the records and reviewing them (default values)?
Answer / Manu Chaturvedi
Error handling in data warehousing refers to strategies used to manage errors or inconsistencies during the ETL (Extract, Transform, Load) process. Three common techniques are: 1) Ignoring errors - skipping rows with errors and continuing the processing. This can lead to data loss if errors are not addressed later. 2) Rejecting bad records - stopping the ETL process when an error is detected and discarding the entire row or record containing the error. 3) Loading the records and reviewing them - loading all records, including those with errors, into the data warehouse for further inspection and correction by a data analyst. Default values can be set to fill missing or invalid data, but care must be taken to ensure they are appropriate and do not compromise data quality.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what is the limit to the number of sources and targets you can have in a mapping?
What are fact, dimension, and measure?
Where the data cube technology is used?
Can any one explain the hierarchies level data warehousing.
What is data warehosuing hierarchy?
Explain have you ever been in a real dilemma at work? What did you do to get out of it?
Is there any default username & pwd for bo designer & supervisor?
Compare ?Data mining? and ?Data Warehousing??
How would you declare an inline css to format the table with a background color of yellow and give the table cell a right margin of 10 pixels?
Tell me one example for multi valued dimension or bridge table?
2 Answers Accenture, CMC, IBM, Logica CMG, TCS,
What are partition points?
Suppose I want to get sales data for the last (suppose 10) dates dynamically using value prompt how can I do it and drag it onto report editor?