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' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -