added header_first to WebPAC::Input::CSV
[webpac2] / vhost / ecas / jstor2json.pl
1 tag( 'title',   rec('A') );
2 tag( 'issn',    rec('B') );
3 tag( 'issn_e',  rec('L') );
4 tag( 'coverage',        rec('C') );
5 tag( 'publisher',       rec('F') );
6 tag( 'url',             rec('E') );
7 tag( 'urlp',            rec('E') );
8 tag( 'subject',         rec('J') );
9 tag( 'collection',      
10         config('input description')
11 );
12