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
What is joiner transformation in informatica?
How would you join a node to the already existing domain?
Explain the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?
How we can use union transformation?
what is $$$$?
Explain what transformation and how many are there in informatica?
Debugger what are the modules, what are the options you can specify when using debugger, can you change the expression condition dynamically when the debugger is running.
EXL informatica Questions
Why sorter is an active transformation?
The question was on time stamp. what is the difference between HH and HH24 when to use when.
What is lookup change?
can we override a native sql query within informatica? Where do we do it?
can we override a native sql query within informatica? Where do we do it? How do we do it?
How you can differentiate between connected lookup and unconnected lookup?
How do you promote a non-reusable transformation to reusable transformation?