a soure table has 100 records how to load into 3 target
tables in a cumulative order
source target1 target2 target3
--------- -------------------------------------
1-100 1 2 3
4 5 6
- - -
98 99 100
Answer Posted / babu
Hi,
mapping:
Src==>SQ==>Exp(Nextval,Src_column)==>Rtr(3 Groups)==>T1,T2,T2
||
Seq
the above dagram represents the data flow from source to targets
Seq:Sequence generator from generate the sequence
numbers(1,2,3)only Max Val=3,please enable cycle option.
Rtr:Router transformation have 3 groups,Grp1,Grp2,Grp3
Grp1=1 ==>T1
Grp2=2 ==>T2
Grp3=3 ==>T3
please let me know if any thing wrong.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
How to use pmcmd utility command?
How can one identify whether mapping is correct or not without connecting session?
Whats the difference between informatica powercenter server, repositoryserver and repository?
What are the advantages of using informatica as an etl tool over teradata?
How can we create index after completion of load process?
I have 10 columns in a flat file and 10 rows corresponding to that columns. I want column number 5 and 6 for last five records. In unix as well as informtica.
what is the complex transformation you used in informatica
Define Pmrep command?
Is stop and abort are same in informatica?
what is diff b/t sorter t/r and agg have the option sorter property...
What is the function of look up transformation?
What does role playing dimension mean?
What is an expression transformation in informatica?
How to convert a row into column and a column into rows? Name all DTM threads. What all threads stop when we issue STOP or ABORT? How to pass the value of a data(variable kind of) from one session ( generated in mapping) to another session in the same workflow... What are the tyoes of partitioning you know and how to apply them in real time ... Can partitioning be applied to expression transformation and how
Can informatica load heterogeneous targets from heterogeneous sources?