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

Hi experts, For informatica developer, in real time, normally how much we use sql and plsql?

2 Answers   Infotech,


i have source flat file like 1 a,1 b,1 c,2 a,2 b,2 c i want output as 1 a,b,c and 2 a,b,c ... how can achieve this

5 Answers   TCS,


hi friends ... i have insurance project(informatica),can you please tell me how many table and mappings we need to use?and explain me.. thank you

0 Answers   IBM,


Global and Local shortcuts. Advantages.

0 Answers  


What are the types of error logs available in Informatica?

1 Answers  


What is the difference between writing a joiner query in ANSI style and THETA style?

0 Answers   TCS,


diffrence between command task and control task

1 Answers   iNautix,


If one flat file contains n number of records., we have to load the records in target from 51 to 100.. how to use expressions in Informatica..?

6 Answers  


In a scenario I want to change the dimensions of a table and normalize the denomralized table which transformation can I use?

4 Answers  


What are the designer tools for creating transformations?

0 Answers   Informatica,


How do we come to know the Source data/file is ready/Updated in the source location, when the session is scheduled for @12:00AM and ready to run its job ? or Can we schedule the session, when the source is updated in source location without any time constraint?

2 Answers   iFlex, TCS,


What are the reusable transformations?

0 Answers   Informatica,


Categories