Linking knowledge articles in the dataload spreadsheets
To link a knowledge articles
Embed a link from the current article in the spreadsheet to another article, you need the following:
- Article ID of the article to which you are linking.
- Text of the link to which you are linking.
- In the spreadhseet, select the knowledge article in which you want to add the link
Create a tag in the current article in the following format:
##LINK_ARTICLE##<PrevDocIDValueHere>##LINK_END##<TextLinkHere>##TEXT_END##.For example, to create a link that says "Click here to view article 2000" from the current article to an article with the legacy ID (PrevDocID) of 2000, the tag looks like this:
##LINK_ARTICLE##2000##LINK_END##Click Here To view article 2000##TEXT_END##.
To embed a link from the current article to another article, you need the article ID of the article to which you are linking, and the text of the link itself. With this information, you create a tag in the current article that takes the following format:
For example, to create a link that says "Click here to view article 2000" from the current article to an article with the legacy ID (PrevDocID) of 2000, the tag looks like this:
If you have articles with links to other articles, refer to the sample procedures in the following example to add links and update your dataload spreadsheets:
Similarly, if you have the articles in HTML format and the link is in the following format: <a href="article123">Email Writing!</a>, the link is converted to ##LINK_ARTICLE##article123##LINK_END## Email Writing!##TEXT_END##.