Registry / serialization / marc
library1.4.0rbrubygemsunverified

A Ruby library for working with Machine Readable Cataloging (MARC) records.

gem install marc
INSTALL
IMPORT
SIG · MARC
M
marc
serializationrubyv1.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MARC
require 'marc'

Read and display titles from a MARC file

require 'marc' reader = MARC::Reader.new('records.mrc') reader.each { |record| puts record['245']['a'] }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
marc — gem install marc · libregistry