Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

Is there a good free way of exporting a list in SharePoint 2010 and importing it into 2013.

Need to keep structure, data, attachments and other data but revisions, permissions etc not necessary.

I've seen this question which talks about extracting the powershell export file, changing the manifest, re-cabing and then importing but have not tried it yet.

share|improve this question
you can try this one, might work spdeploymentwizard.codeplex.com – Muhammad Raja Feb 27 at 14:54
@TimeToShine - the link you gave is for 2010 content migration. Not applicable for this question – Andrey Feb 27 at 21:07
@Andrey Thats the reason I said "it might work" :) – Muhammad Raja Feb 27 at 21:26

2 Answers

I have used Gary Lapointe's utilities to move content between farms in the past. The GUIDs can change so anything tied to that, like web parts, custom features, etc.. might break. Ironically, I asked Microsoft a few weeks back if they could recommend a full fidelity way to move partial content between farms and they could not. I found that rather frightening but perhaps expected given the possible complexity in SharePoint.

share|improve this answer
Between different versions of SharePoint? – Ryan Feb 28 at 1:12
I have not used it in that capacity directly but it should work as that tool uses its own export/import logic rather than relying on SharePoint. It should be tested in a Dev/QA environment first though. – Dave Wise Feb 28 at 16:53
I think he must actually use SharePoints built in ones with a few additions looking at the stack trace of some errors. – Ryan Feb 28 at 21:19
1  
Couldn't get this to work - complained about differing versions (just as the OOTB Import-SPWeb one does) and tried changing Version and Build in SystemData.xml but still didn't import correctly moss-arvit.blogspot.co.uk/2010/11/… – Ryan Feb 28 at 21:20

Have you try the Export-SPWeb and Import-SPWeb powershell commands??? I don't really know if that works but it is a posibility.

share|improve this answer
yes - you can't export one version of SP and import to another. – Ryan Mar 6 at 14:28

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.