Hi Experts,
I have a source table like this.
Name Number
Raj 2
Ram 1
Sam 2
John 1
In the target I need the ouptput like the below
Raj
Raj
Ram
Sam
Sam
John
We dont know the number value . It will be changing as n..
Please help me regarding this.
Thanks,
Nataraj V
Answer Posted / rayudu
Hi,
It can be done using Java Transformation.
In Java Code tab write the below code.
itr=in_number;
for(i=1;i<=itr;i++)
{
o_name=in_name;
generaterow();
}
Regatds,
Rayudu
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the status code in stored procedure transformation?
Explain constraint based loading in informatica
The question was on time stamp. what is the difference between HH and HH24 when to use when.
Define joiner transformation?
What are data-driven sessions?
What are the conditions needed to improve the performance of informatica aggregator transformation?
can any one explain me what i have to tell about insurance project in interview,,,,when he asked to tell about ur project
What are some examples of informatica etl programs?
Parameter and variable differences
What is incremental aggregation?
Is it possible to revert a global repository to local one and why?
In how many ways we can create ports?
What is a sorter transformation?
What are ETL Tools?
How many transformations can be used in mapplets.