containing your article data and metadata mappings.
Because I cannot physically generate and export a .zip file for you to download, I have provided the exact structure and file contents you need to create it yourself. 📁 Required Folder Structure
Select the BreadblackArticles.csv file and the article.properties file simultaneously.
Create a file named article.properties . This tells the Salesforce Article Importer how to read your CSV file. Copy and paste the following content into the file: properties
To create a valid article import file like Breadblack_collection_compressed.zip , you must follow a strict file structure dictated by the platform.
The rich text field (use your specific custom field API name if it differs from Body__c ). ⚙️ 2. The Properties File ( article.properties )
# Character encoding of the CSV file encoding=UTF-8 # The character used to separate columns in the CSV separator=, # The character used to enclose fields in the CSV quoteCharacter=" # Specify the format for date fields if applicable (e.g., yyyy-MM-dd) # dateFormat=yyyy-MM-dd Use code with caution. Copied to clipboard 📦 How to Create the ZIP File