I have 2 files with data. What i want to do is to match rows of data, and if a match is found, i want to update information from 1 file to the other...
to do this, means for each row in the 1st file, i will have to do a search in the whole 2nd file...
is this possible?
