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
How is Source Side push down optimization different to just providing a SQL override in Source qualifier transformation.
I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?
what is Active lock explain
How to handle decimal places while importing a flatfile into informatica?
what is mean by complex business rule ?
What is an Integration service in Informatica?
Separate from an archive server and a powerhouse?
Dimension Object created in Oracle can be imported in Designer Cubes contain measures
Name the different lookup cache(s)?
How to use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
What is the difference between informatics 7x and 8x and what is latest version?
How to update or delete the rows in a target, which do not have key fields?
How do you load only null records into target?
How are the sources and targets definitions imported in informatica designer?
How do you load first and last records into target table?