Runtime Delete data from Dataset
Hi everyone - We are recently implementing batch data ingestion for one of our engagement using OOTB SFTP connection / batch.The source file we are receiving is a full refresh from the source system. The dataset we are loading this file is not UPSERT / Profile enabled. The problem we are facing is that everyday the full data is ingested it keeps appending the records.
We are trying to find out a solution to purge the previous dataload into the dataset before next run.
We need a automated solution without any manual intervention.
Could you please suggest possible solution to achieve that.