Microsoft
Software
Hardware
Network
Question : .txt File comparison
Experts,
I need to compare two .txt files that semi-colon seperated values in them . I am looking for a report generating tool that dumps all differing rows into a report. Report could be a text or excel document. I tried using Access but i failed to finally write the query to execute the differences between the two.
Answer : .txt File comparison
If you go to DOS, you can use the FC command:
FC file1.txt file2.txt
To send to a file:
FC file1.txt file2.txt > output.txt
A commercial program, Merge, is avaiable from
www.araxis.com
.
Regards,
Jon500
Random Solutions
Exchnage Activesync and Android 2.0 Calendar Syncing issue
DateSold Field
Insert Data from a table and also add a date/time the data was added in a column called DateRcv
SQL Server 2008 - can't insert and see polish characters in SQL table
Receiving error when submitting data to SQL Server through asp.net vb
Bond Value Calculation
How can i install the renewed certificate on edge server
Capture/crop non-rectangular objects in screenshots for use in PowerPoint 2007
Unbound subform will not requery correctly
When are Access records actually deleted from table?