Forum Discussion
DMG
2 years agoNew Contributor
As a workaround, I set the CSV Formatter to UTF-8 and followed it with a Transcoder snap set with input character set UTF-8 and output character set ISO-8859-16.
While this works in most cases, some characters that are valid UTF-8 (such as Swedish letters 'å' and 'Å') make the pipeline fail with error "Failed to transcode from UTF-8 to ISO-8859-16", "The character set in the input data may not be UTF-8".
This really looks like a SnapLogic bug, since the CSV Formatter is set to output UTF-8 directly into the Transcoder input.