I have in my source Records like 100,101,102 etc. I have
router transformation which has groups like one group is
empno=100, second group is empno>99. Now i want to know my
source record 100 loads into which group?
Answer Posted / gandra
the source record 100 will go to the two groups that
empno=100 and empno>99.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is aggregator transformation in informatica?
is it possible to index the data in cache of lkp transformation ?
source : xml file target: xml file how can we check data loaded into target xml file using writing sql query. pls help on this asap.
tell me about your project functionality
What is the sql query overwrite in source qualifier in informatica
Write the advantages of partitioning a session?
Which means the first record should come as last record and last record should come as first record and load into the target file?
what is INFORMATICA TESTING process
What does command task mean?
What is meant by query override?
What are the designer tools for creating transformations?
Mention some types of transformation?
Design time, run time. If you don't create parameter what will happen
Do you find any difficulty while working with flat files as source and target?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?