Amazon Redshift Copy Command invalid characters -


enter image description here

im trying copy above data sql server amazon redshift. unfortunately found characters in catdesc column replaced '?'(i.e., question mark).

enter image description here

can 1 suggest on this?

redshift should able load in utf8 characters, need use varchar data type enough space handle multibyte characters.

there's more information here: loading multibyte data amazon s3 , here: handling utf-8 characters in redshift


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -