/[webpac2]/trunk/conf/ffcasopisi/tables-isis.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/conf/ffcasopisi/tables-isis.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1268 - (show annotations)
Tue Aug 11 12:23:14 2009 UTC (14 years, 9 months ago) by mglavica
File MIME type: text/plain
File size: 576 byte(s)
work on journals data conversion

1 # warn dump(rec('AU'));
2 # warn dump(rec_array('AU'));
3
4 #di => split( /;/, rec(
5
6 my $sig =
7 lookup(
8 sub { 1 },
9 'casopisi','sig',
10 sub { rec('A') . rec('B') },
11 sub { config ('input collection') . rec('000') }
12 );
13
14 row( 'isis',
15 sig => $sig || 0,
16 zbirka => config('input collection'),
17 mfn => rec('000'),
18 zemlja => rec('102') || 0,
19 naslov => rec('200','a') || 0,
20 issn => rec('020') || 0,
21 f210d => rec('210','d') || 0,
22 f207a =>
23 join_with(' ; ',
24 rec('207','a')
25 ) || 0,
26 f326 => rec('326') || 0,
27 f215a => rec('215','a') || 0,
28 f991b => rec('991','b') || 0
29 );

  ViewVC Help
Powered by ViewVC 1.1.26