how to load duplicate row in a target

Answers were Sorted based on User's Feedback



how to load duplicate row in a target..

Answer / nagaraju bhatraju

take a lookup on t1 and look for dupliates in exp and
collect duplicate values to t2


or


you can hold preveious key value in variable port and can
compare it with new coming value , and you can flag these
rec as duplicate rec if both are matched , i mean previous
and current key, sorter should be used before exp as key
values should be come in sorted order only

(This technique is called forward referencing )

( Note : in other senarios if require you can use self
reference also basing on our requirements )

Is This Answer Correct ?    2 Yes 1 No

how to load duplicate row in a target..

Answer / amedela chandra sekhar

with out p.key in the target table we can load.

Is This Answer Correct ?    1 Yes 0 No

how to load duplicate row in a target..

Answer / chandra

in the source u overide the source qualifier and trough
filter u can overwriter it

Is This Answer Correct ?    0 Yes 1 No

how to load duplicate row in a target..

Answer / swap

You can write UNION ALL query in source qualifier

eg:-select NAME,EMP_ID from EMPLOYEE
UNION ALL
SELECT NAME,EMP_ID FROM EMPLOYEE

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Informatica Interview Questions

What are data-driven sessions?

0 Answers  


what is persistant cache in which situation we will use persistantcache

1 Answers   HCL,


What is difference macros and prompts?

2 Answers  


Mine is Insurance Domain, So interviewer asked about terms like underwriting, disbursement amt, Reinsurance

0 Answers   TCS, Wipro,


How to do unit testing in informatica?

0 Answers  






What are the circumstances that infromatica server results an unreciverable session?

1 Answers  


without dynamic lookup transformation how to insert new rows and update existing rows?

7 Answers   Cap Gemini,


How can you differentiate between powercenter and power map?

0 Answers  


Comment on significance of oracle 9i in informatica when compared to oracle 8 or 8i?

1 Answers  


SOURECE Name id dept sal 1 a1 A 100 2 b1 B 200 3 c1 C 300 4 d1 D 400 TARGET: Name id dept sal 1 a1 A 100 2 b1 B 200 3 WER1 567 300 4 d1 D 400 I HAVE SOURCE AND TARGET. HOW TO VALIDATE DATA? TELL ME 5 STEPS ABOVE TABLE?

1 Answers   IBM,


Differentiate between joiner and lookup transformation?

0 Answers  


How can we trouble shoot the commas in a column of a comma delimited flat file in Informatica

1 Answers  


Categories