- 
                Notifications
    
You must be signed in to change notification settings  - Fork 0
 
MarcUtils
        John Fereira edited this page Apr 8, 2022 
        ·
        3 revisions
      
    Utilities for managing Marc format
Contents link
- 
src/mainsource code - 
src/testjunit tests - 
pom.xmlmaven build file - 
scriptsshell scripts for testing 
none
Use maven to compile the code
mvn compile
cd scripts
sh MarcToJson.sh
usage: MarcToJson -D,--debug turn on debug output -f,--file marc file (REQUIRED)
e.g sh MarchToJson.sh -f harrass.mrc
also, see junit tests in src/test/java
- Java 11 runtime
 - Maven 3
 - The Bash shell.