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 / 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 |
,if we have single SQ in flow and we have router in which it has two group and we want to join these two groups with joiner ?is it possible?
Tell me how many tables used in Ur project and how many fact tables and dimension tables used in ur project
explain about lookup t/r?
What are the different options available for update strategy?
What is CHECK-IN CHECK-OUT. Please explane me?
What all join we can perform in LOOKUP transformation?
If we set dd_insert in mapping and Delete in session properties what will happen.?
I am using Informatica 7.1.1. and i used emails task for getting emails but not able to get emails is there any settings in Informatica installation level?
In Datastage, we have row generator stage to generate dummy row. Is there any such transformation in Informatica. Thanks in advance, Kumar
When do you use mapping parameters? (In which transformations)
why do we go for update strategy tr in SCD rather using the session properties?
What is joiner cache?