I HAVE A FLAT FILE DO THE NULL CHEK AND PRIMARI KEY CHEK
AND DATE VALIDITAION LOAD TO TARGET TABLE
Answer Posted / itsranjan
code should be like this:
Check whether the pk is present, if present, its a duplicate record.
then check for the null values
then check for invalid date columns
iif(not isnull(pk),error_code_dup_rec,
iif(isnull(col1)
or (is null(col2),null_value_
present,
or is null(date),invalid_date,valid_record))
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
for data loading in oracle, what are conventional loading , what are conventional loading and direct-path loading?
Explain what are data marts?
What is the difference between er modeling and dimensional modeling?
Explain what is fact less fact table? Where you have used it in your project?
What is the very basic difference between data warehouse and operational databases?
How do you define data block size?
How can you set the client management?
Explain what are components of reportnet?
Explain what are components of report studio?
what are the all possible features supported modify stage?
Suppose you are filtering the rows using a filter transformation only the rows meet the condition pass to the target. Tell me where the rows will go that does not meetthe condition.
I need a good brd and uc template?
What is the differences between star and snowflake schemas?
Suppose date is 05sep2005; I want the output like 05sep2005:00:00:00 ; how it will come?
Explain what are the steps to build the data warehouse?