How to perform upsert in DataStage?

1 comment:

  1. Upsert can be performed in datastage by using CDC(Change Data Capture) Stage.It captures the diffreance between the previous data and the data coming from the input link.

    ReplyDelete