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
What is difference between model & package?
Explain is fact table?
What are the stages that are required in data warehousing?
Why facts table is useful in representing the data?
What is the difference between snowflake and star schema?
What is application.cfm?
Can any one explain the hierarchies level data warehousing.
what are the all possible features supported modify stage?
Explain difference between snow flake and star schema. What are situations where snow flake schema is better than star schema to use and when the opposite is true?
Explain me what is vldb?
How to allow a dynamic selection of a column for a measure in a chart,without using variable?
Explain what is the difference between datawarehouse and bi?
What are the data types present in bo?
How can you implement many relations in star schema model?
What is the very basic difference between data warehouse and operational databases?