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 are the mapping paramaters and maping variables?
Explain what are the modules in power mart?
What are algorithms provided by Microsoft in SQL Server?
Explain what is the main difference between inmon and kimball philosophies of data warehousing?
Describe the differences between a data warehouse and data mart.
Why we use repository connectivity?
What is the difference between connected and unconnected stored procedures?
The same tier?
How can we schedule the graph in unix?
What function should we use to display the value entered or selected by a user in response to a prompt?
Explain me what are conformed dimensions?
How to join 3 database like flat file, oracle, db2 in informatrica?
What are vaious etl tools in the market?
What is recovering sessions?
Why denormalization is promoted in universe designing?