When exporting records from our current Aleph setup, an
FMT field is created.

FMT   BK

I trield to delete it with this script:

    my $fFMT = $record->field('FMT');
        $record->delete_field($fFMT);

but kept getting this error message:

======================================================================
Invalid indicators "  BK" forced to blanks in record 1 for tag FMT

no subfield data found in record 1 for tag FMT
======================================================================

MARC::Record expect field that are not control fields
to have indicators followed by a subfield.  This one
does not.  Any way around this?  Thank you for your help.

--Jackie

|Jackie Shieh
|Special Projects & Collections Team
|Harlan Hatcher Graduate Library
|University of Michigan
|920 North University
|Ann Arbor, MI  48109-1205
|Phone: 734.936.2401   FAX: 734.615.9788
|E-mail: [EMAIL PROTECTED]

Reply via email to