updated according to specification
[webpac] / import_xml / excel.xml
1 <?xml version="1.0" encoding="ISO-8859-2"?>
2 <!--
3         parametars for M$ Excel import from spreadsheet
4
5         column letters must be in UPPER CASE
6         end_row configuration option is optional, but you should use it,
7                 because it will use Excel MaxRow property which is
8                 often set at 31999
9 -->
10 <config
11         excel_codepage="windows-1250"
12         sheet="Sheet1"
13         start_row="2"
14         end_row="500"
15 >
16
17 <!--
18         <isis type="swish|display|index">_pre_000x_sep_000x_sep_000x_post_</isis>
19 -->
20     <indexer>
21         <headline>
22                 <column type="display">|A|</column>
23                 <config delimiter=" ---> ">materialtype</config>
24                 <config delimiter=" u knji¾nici: ">library</config>
25  
26         </headline>
27
28         <IdentificationNumbers name="ISN">
29                 <column type="swish" filter="isn_swish">|B|</column>
30                 <column type="index">|B|</column>
31         </IdentificationNumbers>
32
33         <ISSN name="ISSN: " order="11">
34                 <column type="display">|B|</column>
35         </ISSN>
36
37         <TitleAndResponsibility name="Naslov: " order="20">
38                 <column>|A|</column>
39                 <column type="index">|A|</column>
40         </TitleAndResponsibility>
41
42         <library name="Knji¾nica: " order="85">
43                 <column>|C|</column>
44         </library>
45
46         <type name="Vrsta graðe: " type="display" order="100">
47                 <!-- added via xml tag in .conf -->
48                 <config>materialtype</config>
49         </type>
50
51
52     </indexer>
53 </config>