Stop duplication data to be input in excel destination using SSIS 2015

  • Hello
    The package attached worked fine and all rows are inserted. what I am trying to do now is if a new data is added into the excel source and I run the package again only the new row is inserted into my excel destination. Thanks for your help

  • One way of doing this would be to read the key data from the Excel spreadsheet into a cache transform as step 1 of your package and then use the generated cache as the source for a Conditional Split which checks incoming rows against those in the cache and discards matches.

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

  • Phil Parkin - Thursday, September 28, 2017 6:40 AM

    One way of doing this would be to read the key data from the Excel spreadsheet into a cache transform as step 1 of your package and then use the generated cache as the source for a Conditional Split which checks incoming rows against those in the cache and discards matches.

    Thanks Phil for your reply I added the cache transform how can I specify the conditional Split.

  • ericmbiada - Thursday, September 28, 2017 8:09 AM

    Phil Parkin - Thursday, September 28, 2017 6:40 AM

    One way of doing this would be to read the key data from the Excel spreadsheet into a cache transform as step 1 of your package and then use the generated cache as the source for a Conditional Split which checks incoming rows against those in the cache and discards matches.

    Thanks Phil for your reply I added the cache transform how can I specify the conditional Split.

    Read this for some additional info.

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply