Forum Discussion
Jonathan Nunez
Aug 21, 2017Brass Contributor
Moving large list from one site to another one in Sharepoint Online
Hello, I have a list with 11k records. I can't turn it into a template because it is too big and the system won't let me select to add the content of the list. Is there a way to move large li...
- Aug 21, 2017There are a few choices:
Do it programmatically using PowerShell and CSOM to go through the source list and add items to destination.
Flow based on a timer start and select the list as a collection of items and then for each write to the destination list.
Use a tool such as Sharegate to do all the work for you.
Sherief Elzoghby
Aug 21, 2017Copper Contributor
You can try to create indexed columns in the list and divide the content into views using filters, this might allow you to move them from SPO UI. The other way will be using powershell csom which can use CAML query with maximum threashold value set to return all your content. The easiest option is using a migration tool Sharegate or AvePoint.