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

Matching based on 2nd Character

kauser
8 - Asteroid

Hello, 

is there any way to map a column based on 2nd character from other column 

 

Input file 1

Product 
0AY
0BJ
0GW
0DL

Input file 2

2nd Character 
A
B
C
D

 

Output file 

Product 2nd Character YES/NO
0AYAYES
0BJBYES
0GWCNO
0DLDYES

 

Third row is "NO" because 2nd character doesn't match between 1st and 2nd character. 

2 REPLIES 2
kauser
8 - Asteroid

Third row is "NO" because 2nd character doesn't match between 1st and 2nd input files

binuacs
21 - Polaris

@kauser one way 

image.png

Labels
Top Solution Authors