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
How to extract the informatica rejected data?
what is size of u r database?
What is meant by target load plan?
wf dont have integration severances how you can run?
How can we use mapping variables in informatica?
What differs when we choose the sorted input for aggregator transformation?
-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?
What are batches?
What is a predefined event?
Explain is there any way to read the ms excel datas directly into informatica? Like is there any possibilities to take excel file as target?
What is dimensional table?
How to do unit testing in informatica? How to load data in informatica ?
Is it possible to revert a global repository to local one and why?
What is InformaticaPowerCenter?
Explain about cumulative Sum or moving sum?