skip inputs without data
[webpac2] / vhost / ecas / ovid.pl
1
2 search( 'title',        rec('Source') );
3 search( 'issn',         rec('ISSN') );
4 search( 'url',          'http://ovidsp.ovid.com/ovidweb.cgi?T=JS&NEWS=n&PAGE=toc&D=ovft&AN=' . rec('Accession Number'));
5 search( 'collection',   
6         join_with(', ',
7                 config('input description'),
8                 rec('Journal Subset') 
9         )
10 );
11