Today I would liek to share with you all on how to migrate a customed list from a site to another new site in SharePoint 2010.
Migrating SP list from one site to another
Method 1: Export in excel file
- Export the list you want to migrate in excel file.
- Save the file in your local drive
- Open the save file, create a table for the list and save change.
- Go the new site, click on site actions>more options>create list> import spreadsheet
- Click create.
- Key in your list name, description and browse the excel file you want to import.
- You are able to delete unwanted columns
- As long as you have the designer access right
- File maybe big and time consuming
- More steps
- You will have to reconfigure the column settings
- Choose the list you want to migrate.
- Go list setting> Save as template. Remember to check "include content"
- Now this .stp file is available in List Template Gallery (parent site)
- Save the template in your local drive.
- Go to your new parent site.
- Site actions> Site Settings> Galleries> List Templates
- Import the . stp file you have just save in your local drive.
- Now this template is available for all your sites(parent and sub-sites)
- Go to the site you want to import the list.
- Site actions> More options> Create list
- Choose the template you havs just save in the list templates. Click create
- Viola. Now you have your list ready for action.
- You will loose all the lookup features and need to link that back as you import the rest of the related list.
- Straight forward and quickest way
- Retain most of the lsit column's features
- You must be the site admin in order to perform the import