in my source i have 100 records, and 3 targets, i want to
load
1st record into 1st target,2nd record into 2nd target,3rd
record into 3rd target again 4th target into 1st target and
vice versa,how to achieve this?
Answer Posted / venkatesh.malneni
here we want to conform one thing that's is there serial no
or not
if there is serial no then we can just take a router then
create three(3) groups
First group for First target
Second is for second target
Third is for third target
write the condition as fallows
mod(s.no,3)=1-------> first target
mod(s.no,3)=2--------> second target
mod(s.no,3)=0-------->third target
if there is no s.no in source then create s.no by using
sequence generator t/r
the flow will be as fallows
/--------->t1
src--->sq---->router/----------->t2
\------------>t3
or if u use sequence generator the flow will be
sequqncegenerator
| /--------->t1
src--->sq---->router/----------->t2
\------------>t3
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
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 are the various types of transformation?
What is joiner transformation in informatica?
How to configure mapping in informatica?
Explain where to store informatica rejected data? How to extract the informatica rejected data?
What the difference is between a database, a data warehouse and a data mart?
Workflow is long running due to long running sql query so when we refer the query plan it tells the issue is due to partition of the db table. How to handle this?
What are the restrictions of union transformation?
Tell me any other tools for scheduling purpose other than workflow manager pmcmd?
Name the different lookup cache(s)?
Explain informatica architecture - version 8 / 9
list out all the transformations which use cache?
What are the prerequisite tasks to achieve the session partition?
Describe the impact of several join conditions and join order in a joiner transformation?
What all join we can perform in LOOKUP transformation?