/[webpac]/trunk/import_xml/excel.xml
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/import_xml/excel.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 54 - (show annotations)
Mon Jun 23 20:20:32 2003 UTC (20 years, 9 months ago) by dpavlin
File MIME type: text/xml
File size: 4294 byte(s)
added Microsoft Excel file import

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 </headline>
24
25 <IdentificationNumbers name="ISN">
26 <column type="swish" filter="isn_swish">|B|</column>
27 <column type="index">|B|</column>
28 </IdentificationNumbers>
29
30 <!--
31 <ISBN name="ISBN" order="10">
32 <column type="display">10</column>
33 </ISBN>
34
35 -->
36 <ISSN name="ISSN" order="11">
37 <column type="display">|B|</column>
38 </ISSN>
39
40 <!--
41 <MFN name="MFN">
42 <column>mfn</column>
43 <column type="index">mfn</column>
44 </MFN>
45
46 <PersonalName name="Autor" order="15">
47 <column type="swish">700 701 702 710 711 503 200f 200g</column>
48 <column type="display">700a, 700b</column>
49 <column type="display">710a. 710b (710d ; 710f ; 710e)</column>
50 <column type="display">503a, 503b</column>
51 <column type="index">700a, 700b</column>
52 <column type="index">701a, 701b</column>
53 <column type="index">702a, 702b</column>
54 <column type="index">710a</column>
55 <column type="index">503a, 503b</column>
56 </PersonalName>
57
58 -->
59 <TitleAndResponsibility name="Naslov" order="20">
60 <column>|A|</column>
61 <column type="index">|A|</column>
62 </TitleAndResponsibility>
63
64 <!--
65 <EditionStatement name="Izdanje" order="25">
66 <column type="display">205a</column>
67 </EditionStatement>
68
69 <Date name="Godina izdavanja" order="30">
70 <column type="swish">210d</column>
71 </Date>
72
73 <Publisher name="Izdavaè" order="35">
74 <column type="swish">210a 210c</column>
75 <column type="index">210c, 210a</column>
76 </Publisher>
77
78 <Publication name="Impresum" order="40">
79 <column type="display">210a : 210c, 210d</column>
80 </Publication>
81
82 <PhisicalDescription name="Materijalni opis" order="45">
83 <column type="swish">215a : 215c ; 215d</column>
84 <column type="display">215a : 215c ; 215d</column>
85 </PhisicalDescription>
86
87 <Language name="Jezik" order="50">
88 <column type="swish" filter="lang_swish">101</column>
89 <column type="display" filter="lang_display">101</column>
90 <column type="index" filter="lang_display">101</column>
91 </Language>
92
93 <Series name="Nakladnièka cjelina" order="55">
94 <column>225a : 225e ; 225v. 225h, 225i ; 225w</column>
95 <column type="index">225a</column>
96 </Series>
97
98 <Note name="Napomena" order="60">
99 <column delimiter=". -">300</column>
100 <column append="1" delimiter=". - ">320</column>
101 <column append="1" delimiter=". - ">327</column>
102 <column append="1" delimiter=". - ">329</column>
103 <column type="index">300</column>
104 <column type="index">320</column>
105 <column type="index">327</column>
106 <column type="index">329</column>
107 </Note>
108
109 <UncontrolledTerms name="Tema" order="65">
110 <column delimiter=" * " format="upper">610 </column>
111 <column type="index">610</column>
112 </UncontrolledTerms>
113
114 <contents name="Sadr¾aj ¹ðè澩ÐÈÆ®" order="70">
115 <column>330 ¹ðè澩ÐÈÆ®</column>
116 <column type="index">330</column>
117 </contents>
118
119 <title_vol name="Podaci o svescima" order="75">
120 <column type="display">230v : 230a. - 250. - 260. ISBN 290</column>
121 <column type="display">231v : 231a. - 251. - 261. ISBN 291</column>
122 <column type="display">232v : 232a. - 252. - 262. ISBN 292</column>
123 <column type="display">233v : 233a. - 253. - 263. ISBN 293</column>
124 </title_vol>
125
126 <UDC name="UDK" order="80">
127 <column>675a</column>
128 <column type="index">675a</column>
129 </UDC>
130
131 <OtherClass name="APA CC" order="81">
132 <column>686</column>
133 <column type="index">686</column>
134 </OtherClass>
135 -->
136
137 <library name="Dostupno u" order="85">
138 <column>|C|</column>
139 </library>
140
141 <!--
142 <shelfNumber name="Signatura" order="90">
143 <column>990</column>
144 <column type="index">990</column>
145 </shelfNumber>
146
147 <invNo name="Inventarni broj" order="95">
148 <column delimiter=", ">991</column>
149 <column type="index">991</column>
150 </invNo>
151 -->
152
153 <type name="Tip graðe" type="display" order="100">
154 <!-- added via xml tag in .conf -->
155 </type>
156
157
158 </indexer>
159 </config>

Properties

Name Value
cvs2svn:cvs-rev 1.1

  ViewVC Help
Powered by ViewVC 1.1.26