I have a condition sal=100 and I created one router and in
that two groups g1 and g2 in g1 Sal<=100 and g2 Sal>=100,
first which condition will satisfy, and Why?
Answers were Sorted based on User's Feedback
Answer / jegan
i don't think. If the incoming record satisfies the first
condition, it will go to the first group. One record can't
be transferred to both the groups
| Is This Answer Correct ? | 2 Yes | 11 No |
HOW CAN U FIND THE SESSION START TIME? chandumba2005@gmai.com
How can i maintain unique surrogate key if 2 seperate workflows from different repository run and insert/update the main table at the same time.
What are the various types of transformation?
What r the type of indexes u generally used in informatica?
what are 3 tech challenges/ common issues you face?
what is persistent lookup cahce?how to use and when to use this persistent lookup cahce?explain?
Difference between task flow and linear task flow
i have a source with 100 records.i have 2 targets.in the first target i want to load first 50 records & in the second target i want to load next 50(or remaining) records.
Can you please mail me a copy of Informatica Certification Exam dumps to sriveniv@hotmail.com
Source --------- eno , ename, sal 001,ank,1000 002,behe,2000 003,raj,2500 Target ------- header :DDMMYYYY24MMSS timestamp body: 001,ank,1000 002,behe,2000 003,raj,2500 footer: count(eno),sum(sal) how to implement the same in a FF tgt?
What do mean by local and global repository?
following source name gender ramya female ram male deesha female david male kumar male i want the target male female ram ramya david deesha kumar any body give solution above question?