View Single Post
 
Old 10-16-2010, 09:55 AM
networkerz networkerz is offline Windows 98/ME Office 97
Novice
 
Join Date: Oct 2010
Posts: 1
networkerz is on a distinguished road
Smile How to compare certain items in document A & B?

Hi guys,

I need to compare certain items in document A & verify it with document B. Document A & B is totally different document with different contents and formats, however there are certain items that I would like to compare.

As example,
content of Document A
Quote:
source ip address = 192.168.1.1
source ip address = 10.10.10.10
protocol = tcp
port number = 3389
content of Document B
Quote:
access-list acl-in permit tcp host 192.168.1.1 host 10.10.10.10 eq 3333
Is there any way to compare these 2 documents (especially on ip address) and highlights it with certain colour when it match?

I've found 3 ways to compare text file as below, however this tricks won't works on this.
http://www.codejacked.com/comparing-...word-document/

Thanks in advance
Reply With Quote