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 |
Hi, source data is col1 values are 5,6,7 col2 are 3,2,1 col3 are 8,9,10 and i want to get target as col1 5,6,7 col2 1,2,3 col3 8,9,10 how to do this one?
Can I create one wrkflw which will run different wrkflws on schedule time?
my source like dis 10,asd,2000 10,asd,2000 10,asd,2000 20,dsf,3000 20,dsf,3000 20,dsf,3000 like dis and my requirement is first record is inserted into first target and duplicates of first record is inserted into second target ...like dis way ...? how to achieve dis?
Whether Aggrigator transformation ignore the null values or consider the null values ? Advance Thanks, Manojkumar
what is surrogate id ?
In a table there are 1 million records there in which 3 records are duplicate how will you find out those 3 records?
What is difference between partioning of relatonal target and partitioning of file targets?
What is lookup change?
how to join two flat files in informatica?
Did u used latest transformations of 8.6.0? for what?
How many ways are there to do 'remove duplicate records in informatica'?
empno sal 1 8000 2 9000 3 8000 4 1000 how to get highest sal wise rankings in rank t/r.