report missing marc_remove
[webpac2] / vhost / ecas / springer2json.pl
1 tag( 'title',   rec('B') );
2 tag( 'issn',    rec('G') );
3 tag( 'issn_e',  rec('H') );
4 tag( 'publisher',       rec('F') );
5 tag( 'url',     rec('E') );
6 tag( 'urlp',    rec('E') );
7 tag( 'subject', rec('I') );
8 tag( 'collection',      
9         config('input description')
10 );