You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MARC21 Schedule includes # to denote an undefined indicator but this character is just a visual placeholder not allowed in MARC records. The actual character to be used is space (0x20) so # should be replaced by space in the resulting JSON file.
The text was updated successfully, but these errors were encountered:
The MARC21 Schedule includes
#
to denote an undefined indicator but this character is just a visual placeholder not allowed in MARC records. The actual character to be used is space (0x20
) so#
should be replaced by space in the resulting JSON file.The text was updated successfully, but these errors were encountered: