Is there any way I can convert data from one language to another in snowflake?

I have a requirement to convert chinese data into English. Is it possible in snowflake? If anyone has a ready made stored procedure or function available to achieve that please let me know.

Yogesh-Agrawal

posted on 01 Sep 20

Enjoy great content like this and a lot more !

Signup for a free account to write a post / comment / upvote posts. Its simple and takes less than 5 seconds




nVector01-Sep-20

You will have to use language translation APIs, for example “Google translate” to convert the language from Chinese to English and then store it in your table. You can write a python script (or in any other language of your choice) to handle this process. 

Is it a one time process or is it a date incremental process ?