Export of data is the automated or semi-automated output of data sets between different software applications. It involves "translating" from the format used in one application into that used by the other.
4
votes
2answers
4k views
How can I export a schema.xml file for a list from a SharePoint site?
I've been troubleshooting my schema.xml file for a list definition and getting more and more frustrated.
So I thought, "Hey, I'll just get it to look right in the UI and then export that and compare ...
2
votes
1answer
389 views
How to export entire FBA users database to Excel?
I have migrated from WSS 3.0 to SharePoint 2010 and we use FBA.
I need to export the entire user database to Excel.
I need to know how to do it?
1
vote
2answers
106 views
Export A Dashboard as an Image
I've created myself a nice looking dashboard as a combination of different web parts within a web part page, the only problem now is that when I try to put this in a monthly stakeholder pack, I have ...
1
vote
4answers
2k views
Missing export option for SharePoint 2010 webparts
I am trying to export a list view webpart as a .dwp file so I can have a look at the XML. However, the export option is missing. My initial thought was to try something like the following link:
...
3
votes
3answers
811 views
Export Import Library with Lookup column
I did export operation of custom library in Central Administration. Library has some custom fields and Lookup field on existing library on the site.
After exporting main library and all dependecie ...
3
votes
1answer
2k views
export / import spweb problem with DataConnectionLibrary feature
I'm attempting to export a subsite from staging to production using powershell and export-spweb and import-spweb.
This worked just fine from staging to development.
When we try to run this on ...
2
votes
3answers
749 views
Object Reference Not Set Error in SPImport.Run()
I'm trying to move my site from a server to another.
I exported my site using Export-SPWeb, moved the data to destination server and ran the function below: (Taken from here.)
function ...
1
vote
3answers
1k views
Can You Enhance the “Export to Spreadsheet” Action for SharePoint Lists?
Do you know of any resources/solutions to enhance the List’s “Export to Spreadsheet” function so that, once the data is opened in Excel, something would trigger VBA Macro(s) to start formatting the ...
1
vote
3answers
663 views
Exporting SPList
I'm iterating SPWebs and SPLists. When those lists fulfil specific requirements, I would like to export the lists in code, and later import them to another SharePoint environment (using code).
How ...
3
votes
3answers
6k views
Move site between site collections
I have a sharepoint 2010 environment with a site collection with many subsites. I want to re-structure the sites in the site collection into multiple site collections i.e. I want to move a site from ...
4
votes
2answers
594 views
Exporting sites to a new content database
I have one site collection and it has grown to almost 500GB, i want to move one of our departments to a new site collection. It contains 5 sub-sites and in total about 200GB of content, so the end ...
1
vote
2answers
133 views
How to download certain columns from an item?
I would like to download the metadata for an item. I don't want all the columns because SharePoint adds bunch of them, e.g. date, name, etc. that I don't need. I just want to download the columns for ...