Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Data for holdings and e-holdings records is loaded as part of the general Docstore data loading.

 

Serials receiving records can be created and populated with legacy data via the OLE user interface, by doing a Batch Process of the type "Serial Record Import".  The import process asks for three files, to populate three tables in OLE:

...

The files to be loaded can either be in either .csv or .xml format.  The columns of the .csv files, or the elements of the XML file, must correspond exactly to the column structure of these tables:

Note: If you use .csv files, and your incoming data contains commas, you may want to use another character as the field delimiter.  You can specify what character you're using in the SERIAL_RECEIVING_LOADER_DELIMETER (sic) parameter.

 

For table ole_ser_rcv_rec:

ColumnData TypeComments
SER_RCV_REC_IDvarchar(40) Primary Key
FDOC_NBRvarchar(14) 
BIB_IDvarchar(40) 
RCV_REC_TYPvarchar(40) 
CLAIMvarchar(1) 
CLAIM_INTRVL_INFOvarchar(500) 
CREATE_ITEMvarchar(1) 
GEN_RCV_NOTEvarchar(500) 
INSTANCE_IDvarchar(40) 
PO_IDvarchar(50) 
PRINT_LBLvarchar(1) 
PUBLIC_DISPLAYvarchar(1) 
SER_RCPT_LOCvarchar(40) 
SER_RCV_RECvarchar(40) 
SUBSCR_STATvarchar(40) 
TREATMENT_INSTR_NOTEvarchar(500) 
UNBOUND_LOCvarchar(100) 
URGENT_NOTEvarchar(500) 
VENDORvarchar(30) 
CREATE_DATEdatetime 
OPTR_IDvarchar(40) 
MACH_IDvarchar(100) 
SUBSCR_STAT_DTdatetime 
OBJ_IDvarchar(36) Not Null
VER_NBRdecimal(8,0) Not Null
ACTIVEvarchar(1) 

 

For table ole_ser_rcv_rec_typ_t

ColumnData TypeComments
VER_NBRdecimal(8,0) Not Null
SER_RCV_REC_TYP_IDvarchar(40) Primary Key
SER_RCV_REC_IDvarchar(40) Foreign Key. Reference table - ole_ser_rcv_rec
RCV_REC_TYPvarchar(40) 
OBJ_IDvarchar(36) Not Null
ENUM_CAPTN_LVL6varchar(50) 
ENUM_CAPTN_LVL5varchar(50) 
ENUM_CAPTN_LVL4varchar(50) 
ENUM_CAPTN_LVL3varchar(50) 
ENUM_CAPTN_LVL2varchar(50) 
ENUM_CAPTN_LVL1varchar(50) 
CHRON_CAPTN_LVL4varchar(50) 
CHRON_CAPTN_LVL3varchar(50) 
CHRON_CAPTN_LVL2varchar(50) 
CHRON_CAPTN_LVL1varchar(50) 
ACTN_INTRVLvarchar(40) 
ACTN_DATEdatetime 

 

For table oletable ole_ser_rcv_his_rec_typ_t

ColumnData TypeComments
VER_NBRdecimal(8,0) Not Null
STAFF_ONLY_RCPTvarchar(40) 
SER_RCV_REC_IDvarchar(40) Foreign Key. Reference table - ole_ser_rcv_rec
SER_RCPT_NOTEvarchar(100) 
SER_RCPT_HIS_REC_IDvarchar(40) Primary Key
RCV_REC_TYPvarchar(40) 
RCPT_STATvarchar(40) 
RCPT_DATEdatetime 
PUB_RCPTvarchar(40) 
PUB_DISPLAYvarchar(1) 
OPTR_IDvarchar(40) 
OBJ_IDvarchar(36) Not Null
MACH_IDvarchar(100) 
ENUM_LVL_6varchar(50) 
ENUM_LVL_5varchar(50) 
ENUM_LVL_4varchar(50) 
ENUM_LVL_3varchar(50) 
ENUM_LVL_2varchar(50) 
ENUM_LVL_1varchar(50) 
CLAIM_TYPEvarchar(40) 
CLAIM_RESPvarchar(40) 
CLAIM_NOTEvarchar(100) 
CLAIM_DATEdatetime 
CLAIM_COUNTvarchar(50) 
CHRON_LVL_4varchar(50) 
CHRON_LVL_3varchar(50) 
CHRON_LVL_2varchar(50) 
CHRON_LVL_1varchar(50) 

...