Is there a text manipulation tool or other tool that allows subtraction upon a data set by another data set that is aligned?
For example, if a defined column in two data sets were:
File #1: A,B,C,D,E,F,G,H,I,J,K,L,M
File #2: B,D,K,L
[File #1] - [File #2] = A,C,E,F,G,H,I,J,M
This shouldn't be too hard to do. Is there a tool that does this?