Re: Java algorithm (diff) question.
- From: bugbear <bugbear@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 19 Sep 2007 09:08:21 +0100
nebiyou1@xxxxxxxxx wrote:
I have two CSV files (file1 and file2).
Each file contains 50,000 + lines. Each line is very long.
The first entry in each line is a key as shown in the example below.
Example:
key1,val1,val2,val3....
key2,val1,val2,val3.....
etc
I would like to do a "diff"(unix like) between file1 and file2 and
find out
the lines that are different. The entries in each file are not
necessarily sorted by key.
Start here:
http://citeseer.ist.psu.edu/myers86ond.html
BugBear
.
- References:
- Java algorithm (diff) question.
- From: nebiyou1
- Java algorithm (diff) question.
- Prev by Date: Re: Eclipse question again (bleargh)
- Next by Date: Re: webservices, moving on from Axis
- Previous by thread: Re: Java algorithm (diff) question.
- Next by thread: Some free utilities for Java, with Hebrew support.
- Index(es):
Relevant Pages
|