if i am having 10 records in source, i want 20 records in
target...how will you do it
Answer Posted / kamleshmishra291
user following code in java transformation
for( int i=0;i<2;i++)
{
output_port 1=input port 1;
output_port n=input port n;
generateRow();
}
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to update source definition?
How to update or delete the rows in a target, which do not have key fields?
Design a mapping to load a target table with the following values from the above source?
What is the difference between Active and Passive transformation?
What is the Rank index port in Rank transformation?
State the differences between sql override and lookup override?
How do you change a non-reusable transformation to reusable transformation?
What you know about transaction control transformation?
What is informatica?
How to open an older version of an object in the workspace?
i had a source containing business,sales,details column and i have to load it to a target but i have some bad records in it , but i have to load 70% of business records and 50% of sales and 95% of details records excluding bad records to achieve this what should be done and what all logic and tx should be used can anyone help? thanks in advance
What is aggregator transformation in informatica?
Separate from an archive server and a powerhouse?
What is meant by query override?
What are the designer tools for creating transformations?