MARCshaker
examines a cataloging OCLC binary MARC records file by comparing the desired CONTENT value of the specified TAG, and splits the MARC records file into 2 files: one (the "y-file") that contains records with the desired contents, and one (the "n-File") that didn't match or didn't have the desired tag.Resulting files are stored in the same folder as the original OCLC MARC records file, with a "y" respectively a "n" appended to the source file name.
Operation of this utility is simple:
Drag & drop the USMARC standard file to be processed onto the
Review the resulting Y or N files in the same folder as the source MARC file.
The setup program will create a folder "
MARCshaker" on your desktop with shortcuts to the MARCshaker application and MARCshaker INI file editing. Minimal editing (see TAG= and CONTENT= fields) of the PINK highlighted entries are required to make MARCshaker useful for your own selection criteria.To edit and customize your INI file, NOTEPAD is used. The INI file as supplied is as follows:
*****************************************************************************************************************
; .INI file for MARCshaker
; Copyright 2000-2002 Wolfgang Riesterer http://www.wrUSA.net
; Edit with NOTEPAD only!!!
; Lines starting with ;#' are ignored
;Must contain following 2 items: TAG= CONTENT= (see below)
##############################################################
;Search in the desired tag location
;and compare the value of above TAG field to the value below
##############################################################
;CaseSensitive=YES or NO
;SearchAnchor=LEFT or RIGHT or NO
SearchElement=
CONTENT###############################################################
;following 2 variables determine whether the result files are saved or not
;saveYfile or saveNfile=YES or NO
saveYfile=
YES; Good luck!
; 2002.07.01