S1 is having 1 lakh records and s2 is having 100 records,
s2 should compare s1 if emp no is same data should be
updated if not their it should insert the data.what are the
transformation used?
Answer Posted / himanshu
1. Lookup Transformation (Dynamic lookup enabled)
Use NewLookUpRow Attribute to determine if it is a
new(1),updated(2) or no change(0) record.
2. Update Strategy
Use condition on NewLookkUpRow value to Insert or Update
the record in the target or Reject it.
IFF(NewlookUpRow = 1, DD_Insert, IFF(NewlookUpRow =
2,DD_Update, DD_Reject))
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How to generate sequence numbers without using the sequence generator transformation?
What is repository manager?
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
Explain the etl program with few examples.
What is the procedure for creating independent data marts from informatica 7.1?
What is informatica metadata and where is it stored?
What is the different lookup cache(s)?
How can one identify whether mapping is correct or not without connecting session?
I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?
Explain direct and indirect flat file loading (source file type) - informatica
What is the difference between stop and abort in informatica
how to load rows into fact table in data warehouse
How can we improve session performance in aggregator transformation?
What is a shortcut and copy in Informatica and how two are different with each other?
What is the commit type if you have a transaction control transformation in the mapping?