-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue Loading chinese characters from Snowflake to SQL Server #443
Comments
A few questions:
|
Update: The initial test was conducted on Linux. I installed Sling on Windows and repeated the test. This time, Chinese characters were successfully loaded into the SQL Server table. I suspected the issue might be related to the system locale. On Linux, the locale was set to en_US.UTF-8, while on Windows, it was Western European. I changed the Linux locale to en_US.ISO-8859-15, but encountered the following error:
Any suggestions on how to resolve this issue? |
Interesting that it worked for Windows. The error you're getting is actually different: |
I am trying to load data from Snowflake to SQL Server
In SQL Server column value with chinease characters transformed to ???? (question marks)
Sample below
in Snowflake we see the charaters
in config file i have tried with encode or decode UTF8 but no success
Can you plz suggest what configuration we try
The text was updated successfully, but these errors were encountered: