MLN2 m2btab.oapi

  • This is a load profile used by the Sierra API for loading bibs, orders and invoices

  • This is not available in Data Exchange


Table of Contents

Details

Bib, item, and invoice records can be created

First: BIB UTIL

Second: ISBN (020)

This will first look for matches in any BIB UTIL field. If it does not find any matching BIB UTIL, then it will check ISBN in 020 tag.

Code:

/^999||t|0|20| | |0|n|G|0|#com="ov"@ov_tag="o:i(020)"

0 matches: Insert new bib

1 match: Attach item only (no overlay, insert 995)

2 matches: Insert new bib

Code:

|||0|0| | |0|n|G|0|@ov_action="a"

All fields are protected because this loader will never overlay a bib

It will only insert a new bib or attach an item to an existing bib (and insert a 995)

Bib: None

Item: None

There are no templates connected to this loader. It will default to the system default templates _b and _o if not given information for a field.

Code:

/^999||o|0|30| | |0|n|G|0|#com="dflt"@dflt=""

Top of page