Explain joiner transformation in informatica
Answer / Prabhakar Anand
Joiner transformation in Informatica is used to combine rows from multiple input streams based on a specified join condition. The resulting output will contain only those records that meet the specified criteria.nnFor example, given two input streams A and B, you can create a Joiner transformation to combine records where the common column 'id' matches between both streams.
| Is This Answer Correct ? | 0 Yes | 0 No |
My source is like bellow F.NAME M.NAME L.NAME A B C D E F G H I and out put should like S.NO F.NAME M.NAME L.NAME 1 A B C 2 D E F 3 G H I 4 UNNOWN UNNOWN UNNOWN How can we acheive? please explane me indetail
if the session continuous run what can we do. means shall we stop the session or abort session. what is the correct reasion. why this situation occurs
checkout and checkin in informatica 8.6
what is mapping optimization? wat are the techniques for tat
4 yrs etl devloper roles and responsibilities?any body give solutions
what is the size of your data warehousing?
What is data movement mode in Informatica and difference between them?
What are the types of maping wizards that r to be provided in Informatica?
What are the new features of informatica 9.x developer?
Which transformation can be created only as reusable transformation but not as non-reusable transformation?
How can you validate all mappings in the repository simultaneously?
without table how to come first record only in oracle?