S3 -> Redshift cannot handle UTF8

后端 未结 5 663
野的像风
野的像风 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:48

    Please check below link

    http://docs.aws.amazon.com/redshift/latest/dg/multi-byte-character-load-errors.html

    You should use ACCEPTINVCHARS in you copy command. Details here

    http://docs.aws.amazon.com/redshift/latest/dg/r_COPY.html#acceptinvchars

提交回复
热议问题