- 4896 Views
- 7 replies
- 6 kudos
We are getting \u318a (ㆊ) separated csv file. We want to create unmanaged table in databricks, Here is the table creation script.create table IF NOT EXISTS db_test_raw.t_data_otc_poc (`caseidt` String,`worktype` String,`doctyp` String,`brand` String,...
- 4896 Views
- 7 replies
- 6 kudos
Latest Reply
sep "\u318a"delimeter " \x318a"sep " \x318a"Try to use sep instead or/and x instead.
6 More Replies
by
Quan
• New Contributor III
- 22507 Views
- 8 replies
- 5 kudos
Hello all, I'm trying to pull table data from databricks tables that contain foreign language characters in UTF-8 into an ETL tool using a JDBC connection. I'm using the latest Simba Spark JDBC driver available from the Databricks website.The issue i...
- 22507 Views
- 8 replies
- 5 kudos
Latest Reply
Can you try setting UseUnicodeSqlCharacterTypes=1 in the driver, and also make sure 'file.encoding' is set to UTF-8 in jvm and see if the issue still persists?
7 More Replies