<<

METHODS

new

    Create new object

to_marc

    Create string of MARC blobs from plain text lines in the form:
        field [,ind1|,ind2|,subcode] = value
    Example:
        003 = OrgCode
        100,a = Author
        245,ind2 = 0
        245,a = Title

<<