I have created a csv import activity for the import/export module.
But am having problems with special characters like á being imported as Ä.
What could the couse of this and how can I fix it?
I have created a csv import activity for the import/export module.
But am having problems with special characters like á being imported as Ä.
What could the couse of this and how can I fix it?
It's probably encoding. You must preserver the same encoding all the way through the chain: csv, xslt xml format and file encoding.
Sorensen wrote:
It's probably encoding. You must preserver the same encoding all the way through the chain: csv, xslt xml format and file encoding.
What encoding should I use for the xslt?
I have tryed a couple of different ones but with no result.
Where do a set it for the csv?
Are there some settings in DW I have to set for this and where?
You must be logged in to post in the forum