
QUT wishes to make this software available to all CAUL member institutions.
Please do not share the software outside CAUL.
QUT is able to supply only limited support - contact m.borchert@qut.edu.au.
Use this program to compare lists, such as lists of journal titles,
in .csv spreadsheet format.
The program can be used to identify total, matched, and unique spreadsheet
rows.
Install the program.
>From your desktop:
Start
Programs
Command Prompt
c:\ cd CSVMerge
CSVMRG4 to start the program
exit to exit the command prompt
Syntax: CSVMRG4 file1 numfields1 file2 numfields2 outfile [options]
Takes two csv files, matches them on the first field of each and
puts any matching lines into a new file, where all but the first field
of the second file are added to those from the first file.
| - ignores leading, trailing and double spaces
- ignores case - ignores leading the's - matches & with and - matches s with z (as in organi[sz]ation) - If match is not exact will display on screen |
Options:
| k1: Keep non matching lines from file1
k2: Keep non matching lines from file2 k1k2: Keep non matching lines from both |
Set 1 = 1, 2, 3, 4, 5
Set 2 = 4, 5, 6, 7, 8
No options, result = 4, 5 (and will add merged data from both files)
k1 option, result = 1, 2, 3, 4, 5 (and will add merged data from both files)
k2 option, result = 4, 5, 6, 7, 8 (and will add merged data from both files)
k1k2 option, result = 1, 2, 3, 4, 5, 6, 7, 8 (and will add merged data from both files)
Last modified: 2 April 2001
Send comments/suggestions/requests about this site ....