SaaS CMS has officially launched! Learn more now.

Joe Bianco
Dec 27, 2011
  6742
(1 votes)

Content Migration with EPiServer CMS

EPiServer provides many features to help you with content migration enabling any combination of the following approaches.

  • Automation with EPiServer Tools – Automated via EPiServer tools such as the API and web services.
  • Automation with 3rd Party Tools – Automated via 3rd party tools such as Kapow.
  • Phased – Some content remains in external repositories that are integrated with EPiServer.
  • Manual – Content is manually migrated into EPiServer.

The optimal approach depends on the type and quantity of content being migrated. For example, automating the migration with custom code typically makes sense when there is a large volume of structured data and it would require less effort to build tools to automate the process than it would to manually migrate or use a 3rd party tool. 3rd party tools are typically used for extremely large volumes of unstructured content. Your implementation partner will work with you to determine which approach makes the most sense for your scenario.

Content Channels

EPiServer Content Channels are facilitated by a configurable web service interface that enables you to push data from other systems into EPiServer CMS. The content channel web service exposes functionality for external systems to add, edit, delete, and organize content within EPiServer CMS. There is a built-in mapping administration interface which makes it easy to map incoming fields to page fields in EPiServer CMS. The web service also fires events on incoming requests, making it easy to add for example business logic to the data.

Web Service API

EPiServer CMS provides a comprehensive web service API for reading and writing content from and to EPiServer.

.NET API

The EPiServer .NET API can also be used to automate the migration process.

Bulk File Upload

EPiServer CMS provides integration with Windows explorer that enables authorized users to perform bulk uploads of files by dragging from Windows Explorer and dropping into the EPiServer File Manager.

Phased Migration

Content stored in external systems can be exposed as pages in EPiServer CMS by implementing custom page providers. This enables you to implement a phased migration where some content is migrated and some content in integrated.

Manual Migration

The EPiServer rich text editor simplifies manual migration by providing clean cut and paste from external applications, removing unwanted proprietary markup, and respecting your predefined styles. It also converts headings from the source document to the appropriate “<h*>” tags eliminating the need for extra cleanup to be performed by the content contributor.

Import/Export

The EPiServer administrative interface enables authorized users to easily import/export EPiServer content and settings from one EPiServer instance to another. The following object types can be exported and imported from one EPiServer CMS instance to another.

  • Pages
  • Page Types
  • Frames
  • Dynamic Property definitions
  • Tabs
  • Categories
  • Files

3rd Party Migration Tools

There are several 3rd party vendors that have specialized in 'screen-scraping' as part of content migration and some of them integrate with EPiServer CMS. Kapow provides migration tools that are ideal for large volumes of content but in some cases a simple script that pushes data from existing systems into EPiServer’s Content Channels can be the quickest solution.

Dec 27, 2011

Comments

Anton Kuryan
Anton Kuryan Mar 27, 2013 03:28 PM

Could you please share links on Web Service API for EpiServer CMS 7? I could not find any :( Maybe searching badly?

Please login to comment.
Latest blogs
A day in the life of an Optimizely Developer - London Meetup 2024

Hello and welcome to another instalment of A Day In The Life Of An Optimizely Developer. Last night (11th July 2024) I was excited to have attended...

Graham Carr | Jul 16, 2024

Creating Custom Actors for Optimizely Forms

Optimizely Forms is a powerful tool for creating web forms for various purposes such as registrations, job applications, surveys, etc. By default,...

Nahid | Jul 16, 2024

Optimizely SaaS CMS Concepts and Terminologies

Whether you're a new user of Optimizely CMS or a veteran who have been through the evolution of it, the SaaS CMS is bringing some new concepts and...

Patrick Lam | Jul 15, 2024

How to have a link plugin with extra link id attribute in TinyMce

Introduce Optimizely CMS Editing is using TinyMce for editing rich-text content. We need to use this control a lot in CMS site for kind of WYSWYG...

Binh Nguyen Thi | Jul 13, 2024