Query on moving Knowledge articles from one SN to another SN instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2024 10:47 AM - edited 06-05-2024 12:55 AM
We need to move bulk Knowledge Articles from instance 'B' to instance 'A'.
Below is a sample article:
KB000001 <How to fix issue> step 1: do this [IMAGE] step 2: To do that see below link [KB00002] step 3: do this [IMAGE] |
As seen above, there are images embedded in between. There is a link to another knowledge article in the body.
So looking for ways to migrate the articles from one SN to another SN instance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2024 11:01 AM
@Suggy You can export the data from Instance B in form of Excel,CSV or XML and import the same in Instance A with the help of Import set tables and transform maps. Create onBefore transform script to map the data Author, Category and Knowledge Base field correctly on the Instance A.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 07:54 AM
Hi @Sandeep Rajput Consider the article is like this. How can do use Transform map and map the attachments/images as below?
<How to fix issue> step 1: do this [IMAGE] step 2: do this [IMAGE] step 3: do tjhis [IMAGE] |