Hello,
is there any way to map a column based on 2nd character from other column
Input file 1
Input file 2
Output file
| Product | 2nd Character | YES/NO |
| 0AY | A | YES |
| 0BJ | B | YES |
| 0GW | C | NO |
| 0DL | D | YES |
Third row is "NO" because 2nd character doesn't match between 1st and 2nd character.