Hi,
I have one scenario.. i want to insert 4 times (Duplicate)
a row in the target. Please help me .
source row: abcabc
Tgt table:
abcabc
abcabc
abcabc
abcabc
Answer Posted / kamleshmishra291
After sQ use a java transformation with this logic
for (int i=0;i<4;i++)
{
o_col= (input col that have the value);
generateRow();
}
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is stop and abort are same in informatica?
how many types of dimensions are available in informatica?
can u give example for factless fact table
What is target load order?
how we can load rejected record's at run time?(not through bad files)
What will be the approach?
What is repository manager?
Differentiate between source qualifier and filter transformation?
TELL ME ONE COMPLEX MAPPING IN UR PROJECT? chandumba2005@gmai.com
What are data-driven sessions?
What are junk dimensions?
can any one explain about dataflow in the informatica project for bank domain....thanks is advance
What all are steps in up gradation of Informatica server?
State the differences between sql override and lookup override?
Clarify the utilization of aggregator cache record?