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 enterprise data warehousing?
Explain sessions?
What does cheating measurement mean?
in reporting we add some new objects,how we get the count of the newly added objects to the report
How can repository reports be accessed without sql or other transformations?
What are the modules in Power Center
What do you mean incremental aggregation?
How you prepared reports for OLAP?
What is exclusive and normal mode for repository services?
source : xml file target: xml file how can we check data loaded into target xml file using writing sql query. pls help on this asap.
What is informatica powercenter repository?
What if the source is a flat-file?
explain abt ur project architecture?
What is intricate mapping?
What is an active transformation?