how can send duplicate records to one tableand non
duplicate records to one table with simple clear mapping?

Answers were Sorted based on User's Feedback



how can send duplicate records to one tableand non duplicate records to one table with simple clea..

Answer / sivananda reddy

In informatica use this mapping

source->sqr->aggr->router->exp->target1
|
|->exp->target2

Is This Answer Correct ?    3 Yes 0 No

how can send duplicate records to one tableand non duplicate records to one table with simple clea..

Answer / roshan

hey u have to write a stored procedure to compare each record and then use a router T/R, if the record is non duplicated then it sends to one target and duplicated records to another target.. hope it works..
let me know if better option is available..
infernonag@gmail.com

Is This Answer Correct ?    1 Yes 1 No

how can send duplicate records to one tableand non duplicate records to one table with simple clea..

Answer / rajan raorane

You can use Router where One update strategy is directy
connected to Target table while other update strategy must
be followed by sorter with DISTINCT check which shud be
further connected to target table

This will differntiate Duplicate and non-duplicate records
in target table

Is This Answer Correct ?    0 Yes 0 No

how can send duplicate records to one tableand non duplicate records to one table with simple clea..

Answer / gopi

For this i have seen one excellent video in YOUTUBE. Please
check this site.

Is This Answer Correct ?    0 Yes 2 No

how can send duplicate records to one tableand non duplicate records to one table with simple clea..

Answer / radhakrishnansk

Considering the source as flat file.
src-->Src qual ---> sorted transfomation -->trgt
|
|---> trgt
In sorted transformation, we can choose distict in
properties. So the duplicate is avoided.

correct me if I am wrong

Is This Answer Correct ?    1 Yes 11 No

Post New Answer

More Informatica Interview Questions

How do you migrate data from one environment to another?

0 Answers  


Explain how to import oracle sequence into informatica?

0 Answers  


hw to load this give the mapping? cty state o/p c1 s1 c1 c1 s2 s1 c1 s1 c1 c2 s3 s2 c3 s4 c1 c3 s2 s1 c2 s3 c3 s4 c3 s2 2 columns should be loaded to one column in target table?

1 Answers   Wipro,


How to convert a row into column and a column into rows? Name all DTM threads. What all threads stop when we issue STOP or ABORT? How to pass the value of a data(variable kind of) from one session ( generated in mapping) to another session in the same workflow... What are the tyoes of partitioning you know and how to apply them in real time ... Can partitioning be applied to expression transformation and how

0 Answers   CTS,


what are the enhancements made to Informatica 7.1.1 version when compared to 6.2.2 version?

1 Answers  






Mapplets ( can you use source qyalifier, can you use sequence generator, can you use target)

1 Answers  


Calculate sum of salaries department wise. Then the sum will be repeat for all columns in each department. Develop a mapping for this.

0 Answers   Cap Gemini,


How to retrieve last two days updated records?

4 Answers  


What is workflow? What are the components of the workflow manager?

0 Answers  


in reporting we add some new objects,how we get the count of the newly added objects to the report

0 Answers   HP,


Why should we use star schema in datawarehouse design?

2 Answers   Wipro,


what type of transformation is not supported by mapplets?

4 Answers   CTS,


Categories