Hi ,
I need to compare two files in files in which i need to compare the first file for different positions.
input1:
05 a
05 abcd
02 ab
Input2:
05 a plana
05 b planb
05 c planc
05 d pland
First i need to compare 4 th position, if it matches have to write file 2 , then it needs to compare 5 th position ,then 6 th positin and so on till 10.is there any way possible that we can do it in Joinkeys in a single step.it takes 6 steps for me as i put compare for each position.Please help.