This repository was archived by the owner on Nov 3, 2023. It is now read-only.
v1.2.0
- The output table has been renamed to
public.srs_marctab. - Only "current" records are included in the output table. A record is defined as current if
srs_records.state=ACTUALand999$icontains an identifier. - The
tagcolumn has been renamed tofieldfor consistency with SRS naming. - The
bib_idcolumn has been removed. - A new column
matched_idhas been added:
The
matched_idis a "masking" ID presented in inventory which links back to the real ID; the real ID can change butmatched_idpersists. Multiple real IDs can be linked to thematched_idas each version of the SRS record gets a new ID.
- New columns
instance_hridandinstance_idhave been added. - A bug has been fixed in CSV output which caused the process to terminate.
- Experimental support for incremental update has been added. It can be enabled using the
-icommand-line option. See the readme for details.