All,
I've two huge text files.
Text File 1 contains 700000 lines of 8 digit numbers.
1264464
1353680
1647543
1999358
1999371
1999430
Text File 2 contains 200000 lines of description .
Problem: I need to grab one number from text file 1 and search for it in Text File 2 until I hit end of file
and then start over with second number from text file 1
If I find that number in Text File 2 I need to copy description from text file 2 to another file.
I created two vectors for these two files but then got stuck as I'm not sure how to proceed further.
Please help......
Start Free Trial