SOURECE
Name id dept sal
1 a1 A 100
2 b1 B 200
3 c1 C 300
4 d1 D 400
TARGET:
Name id dept sal
1 a1 A 100
2 b1 B 200
3 WER1 567 300
4 d1 D 400
I HAVE SOURCE AND TARGET. HOW TO VALIDATE DATA? TELL ME 5
STEPS ABOVE TABLE?
Answer Posted / yash
There are many ways to check this:
1. Do Column level check meaning SRC.ID=TGT.ID but others
columns are not matching on data.
2. you can do MINUS (SRC MINUS TGT) and (TGT MINUS SRC)for
particular day's load.
3. you can do referential integrity check by checking any id
valus in SRC but not in TGT or any id in TGT but not in SRC.
Hope these are enough.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the components of workflow manager?
explain abt ur project architecture?
What differs when we choose the sorted input for aggregator transformation?
Clarify the aggregator change?
Explain the different dimensions.
Is it possible to define a single node as a Gateway node as well as worker node?
What do you understand by term role-playing dimension?
Tell me any other tools for scheduling purpose other than workflow manager pmcmd?
What will be the approach?
Mention few power centre client applications with their basic purpose?
scenario where i can use only concurrent execution of workflow.
What do think which one is the better joiner or look up?
What is parallel processing in informatica?
what are the deliverables?in your project?
i had a source containing business,sales,details column and i have to load it to a target but i have some bad records in it , but i have to load 70% of business records and 50% of sales and 95% of details records excluding bad records to achieve this what should be done and what all logic and tx should be used can anyone help? thanks in advance