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.
Alan Marshall
Aug 21, 2017Iron Contributor
There 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.
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.