NAME
Catmandu::Fix::marc_remove - remove marc fields
SYNOPSIS
# remove all marc 600 fields
marc_remove('600');
# the same with the marc fields in 'record2'
marc_remove('600', '-record', 'record2');
Catmandu::Fix::marc_remove - remove marc fields
# remove all marc 600 fields
marc_remove('600');
# the same with the marc fields in 'record2'
marc_remove('600', '-record', 'record2');