Hello,
I have to pull data from one share point list and then push it into other share point list. I am doing this using SSIS packages. But the catch is that I have to delete the destination previous record before I push the data.
I learnt if I can make the “BATCH TYPE = DELETION” in share point list destination then it will delete previous data before pushing the fresh one. But the package is not running. However the same package runs fine if I change the “BATCH-TYPE = Modification”.
Can anyone help me with this?
Thanks,
Amit