I'm desperately looking for a solution - used this link - http://timlaqua.com/2012/07/consuming-sharepoint-lists-via-odata-with-ssis/
I'm getting at pagination issue and am getting only 1000 rows. The pagination code is not working. I'm facing an issue at
int recordCount = projects.Count();
Could you please help me out...
I tried other ways (https://social.msdn.microsoft.com/Forums/en-US/fd12a53e-126a-4c98-a3ce-ee45b95c6ed0/read-sharepoint-2010-list-using-c-in-script-componet?forum=sharepointdevelopmentprevious) but for some reason, am not getting full count.
I tried this way as well - http://fendy-huang.blogspot.com/2012/02/using-page-and-caml-query-to-extract.html given by Katherine. But the problem if I follow same steps, am not getting anything. I'm getting lot of errors. It would be nice if someone can help me.