B
bayanbaru
I have 2 big files that I need to do mapping. File ABC has
2 column with heading A and B. I created C. File XYZ has
also 2 column heading, Y and Z.
A B C
123 1124
101 1012
Y Z
1124 Delete
1012 Permanent
If B (1124) is the same as Y (1124), then C would
be "Delete", similarly if B(1012) equal Y(1012) then C
would be "Permanent". How do I do that?
2 column with heading A and B. I created C. File XYZ has
also 2 column heading, Y and Z.
A B C
123 1124
101 1012
Y Z
1124 Delete
1012 Permanent
If B (1124) is the same as Y (1124), then C would
be "Delete", similarly if B(1012) equal Y(1012) then C
would be "Permanent". How do I do that?