Use > Build > Knowledge Management > Packaging and importing knowledge articles

Packaging and importing knowledge articles

Service Management enables you to perform a mass import of knowledge articles to populate the Knowledge Management module. Articles are imported in a standard package created by the Knowledge Packaging Tool.

The packaging process:

  1. Retrieves articles from their source using a simple article retriever plugin that retrieves articles from a hierarchy of folders on a file system.

  2. Converts the articles to an HTML format using an article retriever plugin.

    Note Conversion capability of different file formats is NOT provided with the tool and is the responsibility of the customer to implement.

  3. Parses the articles to find links to images and other articles.
  4. Downloads images that are embedded in the articles.
  5. Rewrites links that refer to other articles to avoid broken links when the articles are imported into Service Management.
  6. Packages all articles and images together, so that after importing to Service Management, images are visible and links between articles work.

The Knowledge Packaging tool includes metadata when packaging the articles, such as author and tags.

Because the content and metadata for the articles can be located anywhere (such as a SharePoint site, a wiki, on a file system, and so on), the tool requires the implementation of some code that extracts the content and metadata from the data source while running the tool.

When you run the Knowledge Packaging tool, a complete package is created that can later be imported into Service Management.

For information on packaging your articles, see Quickstart - How to package knowledge articles using the Knowledge Packaging Tool.

Note For advanced users. The Knowledge Packaging tool can also be used to package articles from other sources, and in various file formats.

For information on importing a knowledge package into Service Management, see How to import knowledge article packages.

Related topics