Media Inport on leenagess on an article
Answers
Answer:
For Administrators
JULY 7, 2014
5 Steps to Import Knowledge Articles with Images
Andrew Duclaw
5 Steps to Import Knowledge Articles with ImagesIn order to import Knowledge Articles you must have the “Manage Articles,” “Manage Knowledge Article Import/Export,” and “Manage Salesforce Knowledge” permissions shown below. This can be found under Profile > App Permissions > Knowledge Management.
Once you have verified your permissions, you must create a .zip file that will be used to import Articles into Salesforce. Here are five steps you can use to accomplish this.Knowledge1
1. Create an HTML file: The HTML file will contain the content and the relative file path to any images you would like include in your Article. Use the normal HTML elements to display the text you would like to include. To include images you must use the “alt” and “src” HTML attributes as shown below.
Note: It is very important to make sure that following “src=” you properly define the file path to your image. In the below example “Images” is a folder where the “safari-hat.png” file is located.
Knowledge2
2. Create a .csv file: The easiest way to accomplish this is to export the desired Article Type object using the Data Loader. This will serve as a template to import additional Articles of the same Article type. Since images are only supported in Rich Area Text fields, we will be applying the file path to the image under the column that represents the Rich Area Text field in your .csv file. Please see below for an example of a file path to an image in a .csv file.