report missing marc_remove
[webpac2] / vhost / ecas / degruyter2json.pl
1 tag( 'title',   rec('C') );
2 tag( 'issn',    rec('A') );
3 tag( 'issn_e', rec('B') );
4 tag( 'price_pe_eur', rec('H') );
5 tag( 'price_e_eur', rec('G') );
6 tag( 'price_p_eur', rec('F') );
7 tag( 'postage', rec('K') );
8 tag( 'subject', rec('M') );
9 tag( 'doi', rec('N') );
10 tag( 'language', rec('O') );
11 tag( 'note', rec('P') );
12
13 tag( 'collection',      
14         config('input description')
15 )