I have the following CSOM code, to copy list items from one list to another:-
List oList = context.Web.Lists.GetByTitle("destination"); List oList2 = co