(S) Load vendor file [ven]

  • This profile is for loading item records from vendors

  • The label in Data Exchange is (S) Load vendor file [ven]

  • On the Sierra server it is called m2btab.ven


Table of Contents

Details

Bib and item records will be created.

  1. Match on 020$a first

  2. If no match on 020$a check 022

  3. If no match on 022 check 024

Code:

/^999||t|0|10| | |0|n|G|0|#com="ov"@ov_tag="i(020)v:i(022)i:i(024)j"
  • 0 matches: Insert new bib

  • 1 match: Attach record

  • 2 matches: Insert new bib

Code:

|||0|0| | |0|n|G|0|@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

  • 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 the target 856 contains “|2pika”)

Fixed

  • SPEC’L USE

Code:

@ov_protect="b=V0123456789hk(970,971)m(995)n(583)v(590,69.,856:d)y(948,958)F31"

Bib: tabeb

Item: tapei

These are the default templates in Marmot loaders. The template settings only take effect if that field is not defined in any other way by the record load.

Code:

Top of page

Top of page