-
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/main
source code -
src/test
junit tests -
pom.xml
maven build file -
scripts
shell 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.