Adding a Python Function or Google Translation into the Magic ETL

Hi,

I am currently pulling Datas of Twitter's feed of specific words from the twitter connector on DOMO. As most of the tweets are in Japanese, i was wondering if there a function/calculated field i could use to translate those japanese tweets on the Magic ETL.

Do guide me on the process if it is possible. Thank you!

Tagged:

Best Answer

  • GrantSmith
    GrantSmith Coach
    Answer ✓

    Domo offers the Data Science package which includes Python tiles and Jupyter notebooks which you may be able to leverage to perform the translations via something like the Google Cloud Translation API ( https://cloud.google.com/translate/docs/reference/rest/ The data science package is a premium feature. Alternatively you do the data processing via a python script outside of Domo then upload it to Domo using the SDK.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**

Answers

  • GrantSmith
    GrantSmith Coach
    Answer ✓

    Domo offers the Data Science package which includes Python tiles and Jupyter notebooks which you may be able to leverage to perform the translations via something like the Google Cloud Translation API ( https://cloud.google.com/translate/docs/reference/rest/ The data science package is a premium feature. Alternatively you do the data processing via a python script outside of Domo then upload it to Domo using the SDK.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**