Skip to content
John Fereira edited this page Apr 8, 2022 · 3 revisions

MarcUtils

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

Setup/Configuration

none

Building

Use maven to compile the code

mvn compile

Running/Testing

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

Dependencies