We have a file in S3 that is loaded in to Redshift via the COPY command. The import is failing because a VARCHAR(20) value contains an Ä
COPY
VARCHAR(20)
Ä
Using "ACCEPTINVCHARS ESCAPE" in the copy command solved the issue for us with minor data alteration.