Suppose in the next version of Informatica, RTR Xn is excluded. Then how will u route data to different tgts?
Answer Posted / viresh
Usually in RTR we create various groups we certain conditions.
If u have two target then use two filters and put the filter
condition.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
What is blocking transformation?
generate date / time dimension in informatica
What all join we can perform in LOOKUP transformation?
What is deployment group?
Plz can any one say me how to get the informatica certification materials and dumps
explain abt ur project architecture?
What is meant by lookup transformation?
What is the function of union transformation?
What are the types of presistent cache in look up tr.
What do mean by local and global repository?
What is fact table? Explain the different kinds of facts.
What is the difference between router and filter?
What are the types of lookup transformation?
How to create different types of slowly changing dimensions (SCD) in informatica using the mapping wizard?
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks