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
How can we update a record in the target table without using update strategy?
How identifying bottlenecks in various components of informatica and resolving them?
I am new to informatica and learning it,can anybody please tell me how we receive source as flat file in informatica,from where we get this flat file?
What is data transformation manager process?
How to join three sources using joiner?
How can we use batches?
What are the types of caches in lookup? Explain them.
What differs when we choose the sorted input for aggregator transformation?
What is a joiner transformation and why it is an active one?
Hi friends I want to know about what r the dimensions in the banking porjects and genarally how many tables r in project ?
What are the differences between oltp and olap?
Explain pmcmd command usage in informatica
Define Pmrep command?
what is the size ur source like(file system or database)? how many record daily come u r banking project?
What is intricate mapping?