In Flat file
Input is
A
B
C
I need output like this
A
A
A
B
B
B
C
C
C. How will u achieve this?
Answer Posted / moorthy, g
Hi All,
SRC-SQ-JAVA-TGT
In Java Transformation:
on Input row:
you have to add
for(int i=0;i<3;i++)
{
IN_NAME=OUT_NAME;
generateRow();
}
this is the simple way... we can do this.
Best Regards,
Moorthy. G
http://manthiramoorthy.blogspot.in/
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
is there any way to read the ms excel datas directly into informatica?like is there any possibilities to take excel file as target?
Explain joiner transformation in informatica
update strategy transformation in informatica
What are the different options available for update strategy?
As union transformation gives UNION ALL output, how you will get the UNION output?
Why can't we connect source qualifier and aggrigator transformation to an expression ? Why they resticted to conncet 2 active trasformations to an passive transformation ?
What is pmcmd command?
What is the procedure for creating independent data marts from informatica 7.1?
What is the use of transformation?
Define mapping and session?
What does role playing dimension mean?
Parameter and variable differences
Explain what transformation and how many are there in informatica?
What are the static cache and dynamic cache in informatica?
What is enterprise data warehousing?