Details
-
Type:
Story
-
Status: Closed (View Workflow)
-
Priority:
P3
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 2.0.0
-
Template:customfield_11100 34308
-
Sprint:Concorde - Sprint 88
-
Story Points:2
-
Development Team:Concorde
Description
Purpose
The role of the leader in MARC record is to specify the beginning of a new record and has a fixed length (24 character positions: 00-23)
Since the record will be generated from scratch some elements will need to be auto generated and some will need to be populated with the data available in inventory instance. For example, Leader/06 position is used for Type of Record and Leader/07 position for Bibliographic level.
The values for the fields will need to be updated:
ldr/17 should be set to 3
ldr/18 should be set to c
The fields below seem to be working in already implemented user stories
ldr/00-04 - calculated - should be handled by marc4j
ldr/05 set to "n"
ldr/06 set to "a"
ldr/07 set to "m"
ldr/08 blank
ldr/09 should be set "a"
ldr/10 should be set to 2
ldr/11 should be set to 2
ldr/12-16 should be generated by the toll based on the ldr and directory
ldr/19 blank
ldr/20-22 should be set to 450
ldr/23 should be set to 0
Additional information about the meaning of each option can be found here
Acceptance criteria
- The data is formatted consistently with parsedRecord.json
- Leader fields are populated correctly.
TestRail: Results
Attachments
Issue Links
- clones
-
MDEXP-93 Generate MARC bib record containing 001, 245$a and 999ff$i fields
-
- Closed
-
- defines
-
UXPROD-1397 Generating a MARC bibliographic record from an Inventory Instance record
-
- Closed
-
- has to be done before
-
MDEXP-100 Generate basic MARC bib record on the fly
-
- Closed
-