report missing marc_remove
[webpac2] / vhost / ecas / pubmed2json.pl
1 tag( 'title',   rec('A') );
2 tag( 'issn',    rec('C') );
3 tag( 'issn_e',  rec('D') );
4 tag( 'publisher',       rec('E') );
5 tag( 'url',             rec('M') );
6 tag( 'urlp',            rec('M') );
7 tag( 'collection',      
8         config('input description')
9 );