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 / sachin

The pipeline is as follows
sqr->exp->lkp->exp->upd->tgt

Lookup Transformation (Dynamic cache 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 ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to open an older version of an object in the workspace?

614


What is sequence generator transformation in informatica?

616


Can I use same Persistent cache(X.Dat) for 2 sessions running parallely? If it is not possible why?If yes How?

1616


What are the validations that you can perform in oracle and in informatica ? Advance Thanks

1656


What is pmcmd command?

670






How to generate sequence numbers using expression transformation?

635


How can you validate all mappings in the repository simultaneously?

752


Explain why we use partitioning the session in informatica?

607


How many input parameters can exist in an unconnected lookup?

984


How to create or import flat file definition in to the warehouse designer?

609


What are the static cache and dynamic cache in informatica?

709


What are the informatica performance improvement tips

609


What is meant by LDAP users?

687


what are 3 tech challenges/ common issues you face?

1882


What is the procedure for creating independent data marts from informatica 7.1?

560