Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/lorawoodford/custom-marc-exporter


https://github.com/lorawoodford/custom-marc-exporter

Last synced: 22 days ago
JSON representation

Lists

README

        

# custom-marc-exporter

## Background:

Sample custom MARC exporter demonstarted at the 2018 Code4Lib pre-conference workshop. Enables following customizations to MARC exporter.

### 008/15-17 (Country Code):
Currently defined in output as “xx”=Unknown. Should be the location of the repository. Define as “dcu”=District of Columbia.

### Leader/18 (Descriptive Cataloging Form):
Currently defined as “u”=Unknown. Should be “i”=ISBD punctuation is used.

### 040 (Cataloging Source):
Currently very generic, but will be defined as:

psels
eng
dacs
psels

### 245, subfield f (Date):
This is where the date info is currently mapped to. However, we want it mapped to the 264, subfield c:

264, subfield c (Date):

[whatever the date info is].

### 852 (Location):
Currently rather generic. Will be defined:

Code4Lib 2018
2500 Calvert St NW, Washington, DC 20008
[Collection number]

## To install:

1. Stop the application
2. Clone plugin into the _archivesspace/plugins_ directory
3. Modify config.rb (in _archivesspace/config_) to list custom-marc-exporter
4. Restart the application /archivesspace/archivesspace.sh