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
What is workflow manager?
how to construct simple biogas digerter? please show me detail drawing and specification of simple biogas construction?
what kind of issue you will get in environment? (we ll call help desk to raise ticket rite?
What are multi-group transformations?
How can we send the flat file data to different targets(which are also flat files) based on the name of flat file with out adding extra columns?
how will u take the data from clint server and next what u do in datamodeling what u will u do in staging area what u will u do next what u are doing please give the step by step by process
what is informatica metadata?
Can we use the mapping parameters or variables created in one mapping into any other reusable transformation?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?
Is it possible to use a client with different version than that of its Informatica server?
How to extract sap data using informatica?
Tell me about MD5 functions in informatica
What is the way to execute pl/sql script using informatica mapping?
How does the aggregator transformation handle null values?
What is informatica metadata and where is it stored?