MARCspec icon indicating copy to clipboard operation
MARCspec copied to clipboard

:page_facing_up: MARCspec - A common MARC record path language

Results 9 MARCspec issues
Sort by recently updated
recently updated
newest added

see discussion https://github.com/pkiraly/metadata-qa-marc/issues/23

enhancement

The subfield branch of the marcSpec rule confuses me as to the purpose of the subSpec clauses: ``` MARCspec = fieldSpec *subSpec / (subfieldSpec *subSpec *(abrSubfieldSpec *subSpec)) / indicatorSpec *subSpec...

@cKlee, are you still maintaining this organization and the several implementations?

With respect to http://www.loc.gov/marc/specifications/specrecstruc.html#varitags field tags in ANSI Z39.2 and ISO 2709 could consist of both alphabetic and numeric characters, although MARC 21 formats use only numeric tags. The current...

This was merged quite some time ago: https://github.com/MARCspec/MARCspec/commit/2b1d4916eeb91f072516f1b6528c2bd3bd7366c2 But I still see `020$s{?020$a}` at http://marcspec.github.io/MARCspec/marc-spec.html

When I learn the specification and work on the implementation I had several conclusions I would like to share with you. Comments on existing features: * There are two main...

Reference subfield a of field 306 if character at position 0 of field 007 is either "m", "s" or "v". ``` 306$a{007/0=~m|s|v} ```

Hi there, is there recommended way to define a combination of MARCspecs to indicate multiple applicable matches? Solrmarc and Traject both use a colon to delimit multiple specs. Examples: -...

For interoperability would it be useful/possible to assemble a language-agnostic collection of specs, and their expected stringified output given a test MARC record? The purpose would be to make sure...