Free Trial

Alteryx Designer Desktop Discussions

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

Using multi-field tool to convert from French to English

YeahMan
8 - Asteroid

Hi,

 

I'm trying to use the multi-field tool to convert French data to English data. Below is a simplified example:

YeahMan_0-1675373866175.png

I need to be able to do this for 47 columns/fields and 30 phrases so a simple Find/Replace won't work here.

Thanks for the help!

--sue

5 REPLIES 5
binuacs
21 - Polaris

@YeahMan One option is to transpose your data then apply the above formula in a formula tool then cross tab the result

Luke_C
17 - Castor
17 - Castor

@binuacs took the words right out of my mouth

 

Transpose > Find and Replace > Cross tab 

 

That should get you where you need to be. 

Felipe_Ribeir0
16 - Nebula

I would do something like this

 

Felipe_Ribeir0_0-1675374968299.png

 

YeahMan
8 - Asteroid

@Felipe_Ribeir0(and @binuacs and @Luke_C) thank you very much! Now to push 54,000 records through then do a bunch of stats. Can any of you speak to why the multi-field solution I tried didn't work?

Luke_C
17 - Castor
17 - Castor

Hi @YeahMan 

 

I think it would work, but you'd have to write a very big replace formula to accommodate all the phrases. Making updates to a table feeding a find and replace tool is much easier than trying to dissect a large nested replace statement. 

Labels
Top Solution Authors