I have a scenario like - how can i load 1st record to
Trgt1,2nd->Trgt2, 3rd->Trgt3 and again the cycle has to
repeat with loading 4th->Trgt1,5th->Trgt2,6th->Trgt3?
Answer Posted / ks316
Hi all,
I am posting my first post. Excuse me for any
mistakes, In the above answer given i dont think that the
target gets loaded in proper order. According to your
answer all the records gets loaded into all targets.
I think there should be a condition to every group in the
router.
i think the conditio should be like
mod(nextval,3)=0 tgt1
mod(nextval,3)=1 tgt2
mod(nextval,3)=2 tgt3,
pls correct me if i am wrong
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
TELL ME ONE COMPLEX MAPPING IN UR PROJECT? chandumba2005@gmai.com
What are the tuning techniques you applied during your last project
What are the guidelines to be followed while using union transformation?
lookup transformation with screenshots
Which transformation should we use to normalise the COBOL and relational sources?
What are some examples of informatica etl programs?
What is olap (on-line analytical processing?
design of staging area?
Design a mapping to get the pervious row salary for the current row. If there is no pervious row exists for the current row, then the pervious row salary should be displayed as null.
How to create different types of slowly changing dimensions (SCD) in informatica using the mapping wizard?
Give some information on report bursting and how to do it in bca as I have to split the report and send different reports to different people?
What is the function of look up transformation?
How do you load only null records into target? Explain through mapping flow.
Can I use same Persistent cache(X.Dat) for 2 sessions running parallely? If it is not possible why?If yes How?
Briefly define a session task?