Hi experts ,I have a Source of 1000 records.I have to load
100 records in first target,101 to 200 records in 2nd
target, 201 to 300 records in 3rd target and again 301 to
400 in first target like that as cyclick process. How can i
acheive this.

Answer Posted / anu

sq->(seq)->exp->rtr->emp1(condition rowid <=100)
->emp2(condition rowid >100 and rowid<=200)
->emp3(condition rowid >200 and rowid<=300)
in exp t/r add new port and rename it as rowid and connect
to rtr.
note connect next val to rowid(in exp t/r).
in seq t/r change properties like
start value=1
increment by=1
last value=300
currval=1
cycle check it save it.

Is This Answer Correct ?    15 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have a flat file, want to reverse the contents of the flat file

698


Explain scd type 3 through mapping.

589


Explain pushdown optimization $pushdownconfig parameter - informatica

704


How to open an older version of an object in the workspace?

620


What are the conditions needed to improve the performance of informatica aggregator transformation?

585






Define the various join types of joiner transformation?

561


Can we use the mapping parameters or variables created in one mapping into any other reusable transformation?

812


have u done any performance tuning? how u ll do?

1861


Whats there in global repository

1272


what is the complex transformation you used in informatica

2194


What is a node in Informatica?

633


5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C

1412


What are the designer tools for creating transformations?

687


Global and Local shortcuts. Advantages.

1472


What is target designer and target load order?

661