function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Yi FangYi Fang 

Issue for knowledge articles transfer

Hi all,
I have a quick question about the knowledge articles. What is the best approach to migrate articles in different environment?
The reason I asked is I used to use Heroku tool to export, but for the rich text field, the html part will have some weird characters after import. E.g. Â to replace &nbsp. I think that due to the encoding difference between ISO-8859-1 and UTF-8.
One solution is to use SF function 'Export Article for Translation', as when we export, we can select the encoding format, and the head <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/></head> will be added automatically which didn't when use Heroku. But in that case, we need to open the translation support in client's environment, and then we need to estimate the influence to other part.
I am wondering if we have any other way to do the migration, more general, robust and suitable for mass transfer?
Many thanks in advance
salesforce mesalesforce me
hi check this once...

https://help.salesforce.com/apex/HTViewSolution?id=000206250&language=en_US
https://success.salesforce.com/ideaView?id=08730000000kuTgAAI
Naveen KNNaveen KN

Effective ways to export articles from Salesforce sandbox 
https://www.codekiat.com/2020/04/export-knowledge-articles-salesforce.html 

--
Naveen K N