PT Import Content

From ADF Docs
Revision as of 17:52, 1 April 2011 by Mcarroll (talk | contribs)
Jump to: navigation, search

Overview

The PT Import Content project allows CS Owners to easily import content via the Content Creation API. The basic controls import subsites and page content into Formatted Text Blocks based on a formatted spread sheet. Imported content for subsites and pages can also be re-imported and modified.

Process Overview

The import process:

  1. Import Subsite content into the Subsite Mapping Custom Element
  2. Process the records in the Subsite Mapping Custom Element [create subsites]
  3. Import Page content into the Page Mapping Custom Element
  4. Process the records in the Page Mapping Custom Element [create pages]
  5. Identify documents in imported page content blocks and store in Document Mapping Custom Element.
  6. Process the records in the Document Mapping Custom Element [upload documents]
  7. Identify images in imported page content blocks and store in Image Mapping Custom Element.
  8. Process the records in the Image Mapping Custom Element [upload images]
  9. Fix Page links

Getting Started

Follow the installation steps to setup and configure the application in the new site.

The first step for the import is to identify the content that is being imported to the CommonSpot. This data will be imported (if necessary) into a database table and then imported into the Subsite Mapping and Page Mapping custom elements. Mapping Data:

  1. Subsite Mapping Configuration
  2. Page Mapping Configuration

Process Overview

The import process is divided into four main categories: subsites, pages, documents, and images. These are menu items on the PT Import Content Dashboard page.

Each categories import processing works in two steps, mapping and importing. Mapping is the process of identifying the data for subsites, pages, documents, and images that will be imported to the new site. This data is stored in mapping custom elements that can be modified through the dashboard in CommonSpot. Once the mapping data is loaded into the mapping custom elements, the import process reads these data records and creates/updates the necessary subsites, pages, documents, or images.

The final step is a process to fix links for the import content pages. This means updating links in imported text blocks that link to an import page, and fixing text blocks document and image links/URLs. The fix links process dynamically builds the mapping data based on the pages, documents, and images imported.

Outlined below are the steps and instructions for running each categories process to complete the import.

Components

Subsite

Pages


Troubleshooting

Known Issues/Bugs

Tasks

  • Delete pages needs CSSecurity integration
  • Delete Page and Subsite Mapping content needs CSSecurity integration
  • Update Page Mapping - set NeedsUpdate = 1 (to reprocess content)
  • Fix Links Method for PageController.cfc


Reports

  • Pages Mapped
  • Subsites Mapped
  • Subsites Created
  • Subsites Needed to be Created
  • Pages Needed to be Updated