Search found 1 match
- 21 Jul 2011 15:15
- Forum: DOS Batch Forum
- Topic: Confirm each item in one file is found in another
- Replies: 1
- Views: 2618
Confirm each item in one file is found in another
I have two files. First (goodlist.txt) is just a list of words, one per line, against which I wish to validate. Second (checkme.csv) is a CSV text file, with one "column" (e.g., the word between the 2nd and 3rd commas) containing a word I wish to ensure is found within the other file, the ...