slingdata-io / sling-cli

Sling is a CLI tool that extracts data from a source storage/database and loads it in a target storage/database.
https://docs.slingdata.io
GNU General Public License v3.0
444 stars 34 forks source link

Issue Loading chinese characters from Snowflake to SQL Server #443

Open kkprab opened 3 days ago

kkprab commented 3 days ago

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 image

in Snowflake we see the charaters image

in config file i have tried with encode or decode UTF8 but no success image

Can you plz suggest what configuration we try

flarco commented 3 days ago

A few questions:

kkprab commented 3 days ago

Thanks Flarco

image