I created a package that would move data from one sql table (200+ fields) to another sql table(20+ fields) in different domains. The source table gets updated every night by a bulk load then I'm scheduling the package to run the next morning to move data to the destination table. Which transformation do I use to only load new data and ignore existing data?