Hello,
I am trying to compare 2 different length files in Syncsort and output 2 files; one matched the other unmatched which would be in the same format as the 2nd file.
File A is a 382 byte record with the key in cc 162 -177. I am comparing the key in file B, which is 220 byes and the key is in cc 1 - cc16. If there is a match found; I want to move the 220 byte from file B to file C and if the record is unmatched; I want to move the record from file B to File D. Thank you for your help! -Bob