transfer all input variables to open_db in input module
[webpac2] / conf / normalize / excel.pl
1 display('ISSN',
2         rec('B'),
3 );
4
5 search('ISN',
6         rec('B'),
7 );
8
9 tag('TitleProper',
10         rec('A')
11 );
12
13 tag('Medium','[ Elektronièka graða ]' );
14
15 tag('fond',
16         rec('H')
17 );
18
19 tag('NamePublisher',
20         config('publisher'),
21 );
22
23 tag('ElectronicLocation',
24         rec('E')
25 );
26