need to extract new data for the previous day based on the “UP_DATE” column in the source table.
No need to maintain history .I need to INSERT/UPDATED records based on UP_DATE column.
I guess the easiest would be to make a query filter on sysdate-1 on UP_DATE in the source table, add a TC next and compare on business key then add a KeyGen then the target table.