Hi All, i have question regarding Change Data Capture in
Informatica. As i know we can do this using Incremental
Aggregation(i never worked on Informatica but i read) and i
think we can do the same with SQL Over write and with
variables. Can someone tell me how do we do this using
other two techniques.. using SQL Over write and variables.
Thanks for the help and greatly appreciated.
Answer Posted / rajesh_audhi
If u have audit columns in the source like load_date we can
easily captured the changed data.we will extract only
changed data thru a query override in source qualifier by
giving like load_date>$$load_date.$$load_date is a mapping
variable which we set this value to the max(load_date)
during run time of session.so that it will store
max(load_date) in the variable and next time when we run the
same mapping it will fetch the source rows based on the
condition load_date>$$load_date.we will set this $$load_date
to max value using setmaxvalue function in any expression
transformation.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is primary and backup node?
Explain in detail about scd type 1 through mapping.
What are the different components of powercenter?
can you please explain me pre session and post session options?
What is a grid in Informatica?
TELL ME ONE COMPLEX MAPPING IN UR PROJECT? chandumba2005@gmai.com
What are the components of the workflow manager?
Design time, run time. If you don't create parameter what will happen
How to convert multiple rows to single row (multiple columns) in informatica
How to partition the Session?
Is stop and abort are same in informatica?
What is the need for an etl tool?
How to differentiate between the active and passive transformations?
How to extract the informatica rejected data?
Explain load alternative records / rows into multiple targets - informatica