(3) Load b & o records, match on 001 [acq3]

  • This profile is for loading order records from vendors

  • The label in Data Exchange is (3) Load b & o, match 001 [acq3]

  • On the Sierra server it is called m2btab.acq3


Table of Contents

Details

Bib and order records will be created.

Match on the BIB UTIL number.

Code:

@ov_tag="o"
  • 0 matches: Insert new bib

  • 1 match: match and attach

  • 2 matches: Insert new bib

Code:

@ov_action="a"

Variable (retain both incoming and target data)

  • Field group: h LIB HAS

  • Field group: k TOC DATA

    • MARC tags: 970, 971

  • Field group: m LOAD NOTE

    • MARC tags: 995

  • Field group: n NOTE

    • MARC tags: 583, 972

  • Field group: y MISC

    • MARC tags: 948, 958

Variable (retain only target data, ignore incoming data)

  • Field group: v LOCAL INFO

    • MARC tags: 590, 690, 691, 856 (only if target field contains “|2pika”)

Fixed

  • none

Code:

@ov_protect="b=V0123456789d(69.)hk(970,971)m(995)n(583,972)v(856:d)y(948,958)"

Bib: tapeb

Item: mdlholddum

Order: _o

The template settings only take effect if that field is not defined in any other way by the record load.

Templates only effect fixed fields when loading records with load profiles.

Prompting for fields does nothing when loading records with load profiles.

Code:

Top of page

Top of page