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 / vinod kumar
copy the source for 3 times then total 4 sources will be
there in your mapping and move all sources to the target you
will get 4 times of same data in target
Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
Explain in detail scd type 2 through mapping.
How do you load only null records into target?
In informatics server which files are created during the session rums?
Slowly changing dimensions, types and where will you use them
What is the benefit of partitioning a session?
Whats there in global repository
What are active and passive transformations?
What are the new features of informatica 9.x developer?
what is index?how it can work in informatica
How to extract the informatica rejected data?
server hot-ws270 is connect to Repository B. What does it mean?
What are the components of the workflow manager?
what is granularity,what type of granularity we will take in fact tables either lowlevel or highlevel,if two tables having same granularity that is posiable or not
What is meant by a domain?
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C