Hello,
The way the 4,4 keys usually work (in our case at least)
is that it is the first four characters of the first _word_
of the author and title. So your code will need to take into
account titles and names with first words less than 4
characters long. For instance, the work "Foo Bar" by
John Do
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:
=