Open kkprab opened 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
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
A few questions:
target_options: { use_bulk: false }
sling run --src-conn core_dev --src-stream dev.table --limit 10 --stdout
Thanks Flarco
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