suppose we have 1 to 10 records.In router transformation we
had given two condition
A>= 5
A<=5
then what will be the output?
Answers were Sorted based on User's Feedback
Answer / mike
If you create two groups in the router transformation and
you want to load the records in to two target tables then
src-->srcq--->router-->/t1
\t2..The records which meet the
condition in the first group will pass in to the T1 and the
records which meet the condition in the second group will
pass in to the T2...i mean to say all the records that
matches the condition will come as an output
correct me if i was wrong
| Is This Answer Correct ? | 7 Yes | 6 No |
what is the Default Source Option For Update Strategy Transformation?
How do you take back up of repository?
how can we find the bottle neck in SQL Query in SOURCE QUALIFIER, and how can we tune it..?
Can we use the mapping parameter or variables developed in one mapping into any other reusable transformation?
Which transformation should we use to normalize the COBOL and relational sources?
4 Answers DELL, IBM, Lehman Brothers,
what are the real time problems generally come up while doing or running mapping or any transformation?
How to load the data into target table, which not have Primary/Surrogate key (Duplicate records not acceptable)
explain different types of modeling.
How do you implement unconn. Stored proc. In a mapping?
Two different admin users created for repository are ______ and_______
i want excute multiple sessions in one workflow using the "start task".what do i need to do?
As per Informatica PC help guide, while adding transformations to a mapplet,we have to keep this in mind: If you use a Sequence Generator transformation, you must use a reusable Sequence Generator transformation. May i know the reason behind this?