Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2025 12:45 AM
Hi @RiyazAliM ,
You need to encode the data in that language format , i.e, if the data is in japanease then u need to encode in UTF-8
CREATE OR REPLACE TEMP VIEW japanese_data
AS SELECT * FROM
csv.`path/to/japanese_data.csv`
OPTIONS ('encoding'='UTF-8')
also you can use various libraries and tools for natural language processing (NLP) in Databricks