Table of Contents

MARC Export Notes: ExLibris Aleph

Data Preparation

Exporting Data

       MABUS fix_doc_mab                    FILE=tab_fix_mabaseq
       MABUS fix_doc_convit                 FILE=tab_fix_convit_copy_fld
       MABUS fix_doc_convit                 FILE=tab_fix_mab2usm

It is probable that the MABUS routine in tab_fix is superflous for MARC-Libraries (this is an example for those who work with MAB-Format).

       PRINT-REC  expand_doc_mab
       PRINT-REC  expand_doc_bib_aut_700
       PRINT-REC  expand_doc_index_from_z403
       PRINT-REC  expand_doc_bib_z403            CONF=expand_doc_bib_z403,TAG=991
       PRINT-REC  expand_doc_bib_z30             CONF=expand_doc_bib_z30_vufind,TAG=852
       PRINT-REC  expand_doc_bib_avail

If you use MARC-format, the tab_expand of the PRINT-REC the folowing configurations may not be relevant to you.

       PRINT-REC  expand_doc_mab
       PRINT-REC  expand_doc_bib_aut_700

Further Information

Documentation

Notes from Václav Rosecký

For export process we use procedure print-03. If you need incremental update, you must combine print-03 with ret-01. Procedure ret-01 returns modified system numbers and you can use this list as the input for print-03. Export format is ISO 2709 MARC and you should not need any additional data processing in SolrMarc if you have one bibliographic base. If you have two or more bibliographic bases, you must modify index scripts in VuFind® to change record ID (we have two bibliographic bases, so our id in VuFind® is base + sysno separated by '-', eg. MZK03-000001479).