Destination Item
If you want to;
- Migrate wiki pages to SharePoint with meta data
- Import wiki pages to SharePoint with meta data
- Bulk create wiki pages in SharePoint with meta data
- Migrate web pages to SharePoint
- Import web pages to SharePoint
- Bulk create web pages in SharePoint
You can specify a destination item type of PublishingPage.
Configuration
The destination item type is set to WikiPage;
1 |
<DestinationItemType>WikiPage</DestinationItemType> |
The content type that determines the type of WikiPage is sourced from the contenttype column in the data source;
1 |
<ContentType>ContentType</ContentType> |
The content for the page comes from a column in the source called wikifield;
1 2 3 4 |
<ImportMapping xsi:type="ImportMapping_String"> <DestinationField>WikiField</DestinationField> <SourceColumn>WikiField</SourceColumn> </ImportMapping> |
Source
The source could be;
- Import Excel Data to SharePoint (7/10/2018)
- Import ODBC Data to SharePoint (7/10/2018)
- Import OleDb Data to SharePoint (7/10/2018)