uoregon-libraries / nyu_marcxml_export_plugin

MIT License
0 stars 0 forks source link

mystery error on 9160 #20

Open lsat12357 opened 1 month ago

lsat12357 commented 1 month ago

plugin is blowing up in nyu_custom_serializer_marc21.rb, "undefined method `gsub' for nil:NilClass" when trying to process resource 9160.

lsat12357 commented 1 month ago

turns out the missing value is finding_aid_description_rules, 040 subfield e. Since I made a change to that subfield (see #7), will investigate to see if I subverted a check that it exists.

lsat12357 commented 1 month ago

try in insert_sf, @subfields.insert(index, subfield) unless subfield.empty?