On a day, I load 10 rows in my target and on next day if I
get 10 more rows to be added to my target out of which 5 are
updated rows how can I send them to target? How can I insert
and update the record?
Answer Posted / animesh
I think what u can do is u can create a mapping by using
mapping wizard and apply SCD 2 as in SCD u can get historic
data while in SCD one u can onlly get the latest data.
create a mapping using SCD 2
Give the source and target tables.
Give the fields on which u want to implement the history
logic and then just complete the wizard.
the mapping will be created which will have 3 Update
strategy transformation which is basically one for insert
only flow, one for insert and update flow. and one for
insert and update flow also the previous records available.
The other transformations presented in mapping are in the
below manner.
Source --->> SQ --->>> Seq Gen --->>>> Lookup (For target
table lookup)--->>>>> Update Strg (3 nos) ---- >>>> Exp
Tr ---->>>>>> Target table.
Hope this will give you the clear understanding. guys
please correct me if i missed some thing.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the different transaction levels available in transaction control transformation?
Explain pmcmd command usage in informatica
What are the types of lookup transformation?
Explain transaction control transformation in informatica
Hello, Can you please send the admin and advanced mapping design sample questions to ns_sharmin@yahoo.com?
What is a router transformation?
What is olap (on-line analytical processing?
Debugger what are the modules, what are the options you can specify when using debugger, can you change the expression condition dynamically when the debugger is running.
Tell me can we override a native sql query within informatica? Where do we do it? How do we do it?
What is an Integration service in Informatica?
How can you validate all mappings in the repository simultaneously?
What is the commit type if you have a transaction control transformation in the mapping?
Explain in detail about scd type 1 through mapping.
How would you join a node to the already existing domain?
How to update or delete the rows in a target, which do not have key fields?