Skip to content

Parser from MARC standards to JSON format implemented in Haskell.

Notifications You must be signed in to change notification settings

NDresevic/marc-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

marc-parser

Parser from MARC standards to JSON format implemented in Haskell.

Input for parser is file which contains one or more MARC records (5 types of record formats are supported), output is file with structured MARC records in JSON format.

How to use?
Load parser.hs, run main with 2 command line arguments, path to input file and output file respectively.
:main ./test_files/in04.txt ./parsed_files/out04.txt

About

Parser from MARC standards to JSON format implemented in Haskell.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published