S3 -> Redshift cannot handle UTF8

后端 未结 5 667
野的像风
野的像风 2020-12-11 03:34

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 Ä

5条回答
  •  情歌与酒
    2020-12-11 03:59

    Using "ACCEPTINVCHARS ESCAPE" in the copy command solved the issue for us with minor data alteration.

提交回复
热议问题