-
Notifications
You must be signed in to change notification settings - Fork 5
Pole
ブルナ・リチャード edited this page Oct 6, 2020
·
1 revision
Obecne testovaci pole:
from pymarc import Field from pymarc.record Record record = Record()
Leader:
record.leader = ' nam a22 4i 4500'
Controlni pole:
field = Field(tag = '001', data='002524717') record.add_ordered_field(field)
Pole:
field = Field(tag = '015', indicators = [' ',' '], subfields = ['a', 'cnb000000000']) record.add_ordered_field(field)
Custom Sidebar