if i am having 10 records in source, i want 20 records in
target...how will you do it

Answer Posted / jz

drop unique constraint in target table and select only
insert in session target properties run the session twice.

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name at least 5 different types of transformations used in mapping design and state the use of each.?

660


What is persistent lookup cache?

591


How we can create indexes after completing the loan process?

718


What are ETL Tools?

653


Implementation methodology

1249






where to store informatica rejected data?

667


What is the format of informatica objects in a repository?

591


What is the status code in stored procedure transformation?

677


Briefly explain the aggregator transformation?

581


Differentiate between reusable transformation and mapplet.

557


Differentiate between Load Manager and DTM?

1653


Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks

6338


What is a connected transformation?

664


write sql query vertical to horiozontal following table id name 1 100 2 dinesh 3 india 1 101 2 suresh 3 india 1 103 2 prakesh 3 usa i want output like id name country 100 dinesh india 101 suresh india 103 prakesh usa

2050


What are the different lookup cache(s)?

610