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

404

Yogesh-Agrawal

posted on

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




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 ?