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
Describe expression transformation?
Partition, what happens if the specified key range is shorter and longer
How do you convert single row from source into three rows into target?
What is informatica etl tool?
What are the types of lookup transformation?
What is Data Caches size?
Which development components of informatica have the highest usage?
How do we call shell scripts from informatica?
Can we override a native sql query within informatica?
What are the different types of repositories created using informatica?
What is the format of informatica objects in a repository? What are the databases that informatica can connect to windows?
How do you load only null records into target? Explain through mapping flow.
What is the meaning of up gradation of repository?
What is a joiner transformation and why it is an active one?
Explain the aggregator transformation?