Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Having an umatch String issue

Jenner09
6 - Meteoroid

Hi,

I am new with Alteryx and trying to design my first Workflow. So far all is good except when i try to join both data set i keep having an unmatch "v-string" issue. All the fields are v-string but it still not working for me. Any pointers will be great to have.

 

thank  you

Jenner09_0-1611180967382.png

 

Jenner09_1-1611181022706.png

 

5 REPLIES 5
Qiu
21 - Polaris
21 - Polaris

@Jenner09 
Changing the data type in the Joint Tool only affects the output, not the input.

So you need to put a Select Tool before Join Tool to change the data type.

BretCarr
10 - Fireball

In other words, you need to change the values to strings in the select tool before the join. If you need the data to run through the cleanse tool before you change the values to strings, you’ll need another Select tool before the Join tool attempts to Join.

Jenner09
6 - Meteoroid

thanks Qiu, it worked!!!

Jenner09
6 - Meteoroid

Brett- that approach did work for me. Thank you for the help!

BretCarr
10 - Fireball

Happy to help! I was there once, too. 😀

Labels
Top Solution Authors