Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Find and Replace Values

djdj
5 - Atom

Hi Team,

 

I'm having difficulty utilizing the Find/Replace tool! I'm trying to convert a massive list of Yes/No to 1/0, respectively. I have hundreds of thousands of lines to modify, so I'm unable to simply use the Find/Replace tool in Excel because it will take too long.

 

Please see below for a simplified version of what I'm working on, and please recommend any tools in Alteryx that would be able to change a list of Yes and No to a list of 1 and 0. 

 

Thanks all!

Djdj

1 REPLY 1
ivoller
12 - Quasar
Formula Tool with numeric type followed by Select to remove original field and rename new field?

iif([field]=“Yes”,1,0)
Labels
Top Solution Authors