I am making a product export (an xml file of all products) using the data integration. One of the fields in the product export is the product description, which is the standard wysiwyg ckeditor in the backend.
The product descriptions are in Danish and contain æ ø å. These are encoded into aelig; oslash; and aring; when the product is saved, and this encoding is also in the finished product export xml-file.
We are making this export for a third party system, which cannot handle this encoding and would prefer æ ø å instead. Is there any way to avoid the encoding in the export? Either by avoiding the encoding in the first place when the product is saved, or even better by decoding/removing it when making the export?