i have a source table and 3 target table.
when session runs first time-1st tgt
second time-2nd tgt
third time-3rd tgt
fourth time-again 1st target. so no
Answer Posted / ganesh kamble
We can clearly understand that we need a Router transformation to route or filter source data to the three target tables. Now the question is what will be the filter conditions.
First of all we need an Expression Transformation where we have all the source table columns and along with that we have another i/o port say seq_num, which gets sequence numbers for each source row from the port NEXTVAL of a Sequence Generator start value 0 and increment by 1.
Now the filter condition for the three router groups will be:
MOD(SEQ_NUM,3)=1 connected to 1st target table MOD(SEQ_NUM,3)=2 connected to 2nd target table MOD(SEQ_NUM,3)=0 connected to 3rd target table
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How can we use mapping variables in informatica?
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?
According to his methodology what all you need before you build a datawarehouse
How to implement security measures using repository manager?
What is a dimensional model?
Different circumstance which drives informatica server to expel records?
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 types of data warehouses?
What are the advantages of using informatica as an etl tool over teradata?
What are the new features of Power Center 5.0?
wf dont have integration severances how you can run?
What is primary and backup node?
How do you remove duplicate records in informatica? And how many ways are there to do it?
define galaxy repository in informatica
How to create the source and target database connections in server manager?