Hi I am trying to workout delta transformation in TPT.
I am trying to compare src and target tables and accordingly updaing target table somthing like
DEFINE JOB delta_USING_SRC_TABLE
DESCRIPTION 'incorporate DELTA - We will load load_tbl using load_tbl_src. If row is existing, row in
load_tbl will get updated If rows are missing in load_tbl, insert operation will be
carried out in load_tbl If rows are missing in load_tbl_src, delete operation will be
carried out in load_tbl.'
(
↧