report missing marc_remove
[webpac2] / vhost / ecas / duke2json.pl
1 tag( 'title',   rec('A') );
2 tag( 'collection_standard', rec('B') );
3 tag( 'collection_expanded', rec('C') );
4 tag( 'issn',    rec('D') );
5 tag( 'issn_e', rec('E') );
6 tag( 'coverage', 
7         join_with('',
8                 rec('F'),
9                 rec('H')
10         )
11 );
12 tag( 'url', rec('G') );
13 tag( 'general_info', rec('N') );
14 tag( 'price_pe_usd', rec('O') );
15 tag( 'price_e_usd', rec('P') );
16 tag( 'price_p_usd', rec('Q') );
17 tag( 'postage', rec('R') );
18
19 tag( 'collection',      
20         config('input description')
21 )