We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

DeepL translator API

katieG
5 - Atom

Hi!

I'm new to using APIs with Alteryx and am trying to do a test using the DeepL translation API.

 

I have an excel file where column A is my English language.

My goal is to take these rows of English phrases and output other languages by using the DeepL API. 

I have my DeepL authentication key and think I set up the preliminary workflow properly but then I'm lost...

How do I connect my excel file? How do "tell" DeepL what I need? 

Appreciate any help!

3 REPLIES 3
dougperez
12 - Quasar

Hello @katieG 

I did a macro to help you with this, see the workflow attached.

I read the documentation of the API and created the URL based on which field is mapped and which language is selected, feel free to use!

katieG
5 - Atom

WOW. Okay... NOW I understand how APIs are working. 😀Thank you so much!!! It's clear you spent a lot of time reading the API documentation to configure the macro perfectly. Can't thank you enough.

Co
5 - Atom

Hello,

Thanks for the macro.

Working well except for greek characters.

Do you know how can I handle such kind of translation with you macro ?

Thank you

Labels
Top Solution Authors