I am inserting data into the database using Spoon transformation. I did a 'merge join' to join input tables. d If I have a data inside the database for a day say '2013-1-5' and if I try to add data for the same day '2013-1-5', instead of deleting previous data from database, it appends.
How can I delete previous data from database instead of appending for a given date when I run transformation?
Thank you!