Hello foxidrive,
It worked well..
Thank you so much for your response.
Search found 2 matches
- 24 Jul 2013 02:41
- Forum: DOS Batch Forum
- Topic: script to compare 2 csv files and concatenate
- Replies: 2
- Views: 3500
- 23 Jul 2013 04:30
- Forum: DOS Batch Forum
- Topic: script to compare 2 csv files and concatenate
- Replies: 2
- Views: 3500
script to compare 2 csv files and concatenate
I was trying the below script to compare strings in 2 files and concatenate the matching ones. How ever it doesnt work as expected: for /f "tokens=1-4 delims=," %%i in (File2.csv) do @findstr "%%i" File1.csv & (for /f "tokens=1,2* delims=," %%m in ('findstr /i /L &q...