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
What is dimensional table?
Explain the different lookup methods used in informatica?
what is Active lock explain
What is the surrogate key?
What are data-driven sessions?
How to Create a folder using pmrep command?
What is the benefit of session partitioning?
What do you understand by term role-playing dimension?
How an expression transformation differs from aggregator transformation?
How to update or delete the rows in a target, which do not have key fields?
Where is metadata stored?
What is informatica powercenter repository?
How do you load first and last records into target table? How many ways are there to do it? Explain through mapping flows.
What is rank transformation in informatica
When do you use sql override in a lookup transformation?