Dear experts,
I am facing an issue with delta management between two DSOs.
This is my scenario. Our source is a bunch of flat files (5mb chunks) which are combined into a single file and then loading them into PSA. The flow goes as follows.
Flat file PSA using Infopackage DSO 1 (Delta DTP)
DSO 1 DSO 2 (Delta DTP)
DSO 2 Openhub (output as CSV)
The requirement is to output a csv file with only the changed records. Since we have huge amounts of incoming data on a daily basis, we need to delete the data in DSO 1 every day. Hence all the records in the DSO1 have record mode u2018Nu2019 which brings every record into DSO2 as well. Both the DSOs are standard DSOs. My question is, how to accomplish the above requirement comparing the data in DSO1 and DSO2 to get the delta only.
Regards,