No commit activity in last 3 years
No release in over 3 years
A basic traject reader to process Ex Libris's AlephSequential format on input
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

 Project Readme

traject_alephsequential_reader

Description

A paper-thin wrapper around marc_alephsequential for use in the traject indexing software.

Will transparently deal with gzipped files so long as their name ends in '.gz'.

For features of the reader itself, see marc_alephsequential.

Examples

# A sample traject configuration file to use an alephseqential source
require 'traject_alephsequential_reader'

settings do
  store "reader_class_name", "Traject::AlephSequentialReader"
end

Install

$ gem install traject_alephsequential_reader

Copyright

Copyright (c) 2013 Bill Dueber

See {file:LICENSE.txt} for details.