Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

What tool can I use to translate input data to different languages?

Diamond555
5 - Atom

I have some projects in English that were done previously in Databricks, I want them to be translated into different languages. How can I do it in Alteryx? Do I use the Cognitive services text analytics tool or is there any other tool that I can utilize?

2 REPLIES 2
dougperez
12 - Quasar

Hello Diamond!

I created a macro that uses the DeepL API, you will need to create a API Key to use (just create a free account ate DeepL website)

Garabujo7
Alteryx
Alteryx

Hello @Diamond555 ,

 

You may use the google translate API as well.

Here is the macro that is in the Alteryx public gallery:

https://gallery.alteryx.com/#!app/Translate/564687fa3df7da0b4cf7b022

It's really easy to use.

 

Garabujo7_0-1631653345380.png

 

 

And this one for Azure translate.

https://gallery.alteryx.com/#!app/Microsoft-Azure-Translator-API-3-0/603411f80462d71a2ce767e6

 

Hope this helps.
Gabriel

 

Labels
Top Solution Authors