my source having 10 records but how can i load 20 records in
target, i am not bother about duplicates?
Answer Posted / kamleshmishra291
After SQ use Java transformation
SQ--Java transformation
for(int i=0;i<2;i++)
{
output_port=input_port;
generateRow();
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is it possible to use a client with different version than that of its Informatica server?
How to use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
Which are the different editions of informatica powercenter that are available?
Which development components of informatica have the highest usage?
Can we create two repositories on same database instance in oracle?
How are indexes created after completing the load process?
How can we use batches?
Can we change Dynamic to Static or Persistent cache? If so what happens?
What is meant by lookup transformation?
How to create or import flat file definition in to the warehouse designer?
What are batches?
What is a transaction control transformation?
What are the different options available for update strategy?
What is repository manager?
-Which expression we can not use in Maplets?, -Can we join(relate) two dimensions in a schema? -Why and where we use 'sorted input' option?