sandrine10
Power Member
- Apr 14, 2010
- 779
- 88
I am trying to find a way to compare some text in 2 files and if a match is found .
Here are examples of the files;
'File A'
example1,textA,intA
example2,textA,intA
example3,textA,intA
example4,textA,intA
...
'File B'
example1,textB,intB
exampleA,textB,intB
exampleB,textB,intB
example4,textB,intB
...
Using my 2 example files, I want to search them both and find matches(i mean example1 & example4)??!
Here are examples of the files;
'File A'
example1,textA,intA
example2,textA,intA
example3,textA,intA
example4,textA,intA
...
'File B'
example1,textB,intB
exampleA,textB,intB
exampleB,textB,intB
example4,textB,intB
...
Using my 2 example files, I want to search them both and find matches(i mean example1 & example4)??!