/[webpac]/branches/ecas/import_xml/excel_doaj.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 /branches/ecas/import_xml/excel_doaj.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 757 - (show annotations)
Sun Oct 29 16:53:39 2006 UTC (17 years, 5 months ago) by dpavlin
File MIME type: text/xml
File size: 1694 byte(s)
more local import_xml configurations

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="UTF-8"
12 sheet="doaj2csv"
13 start_row="2"
14 end_row="2500"
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>
24 <delimiter> (</delimiter>
25 <value>materialtype</value>
26 </config>
27 <config>
28 <delimiter>) ---> Dostupan u zbirci: </delimiter>
29 <value>database</value>
30 </config>
31 </headline>
32
33 <ISSN name="ISSN: " order="20">
34 <column>|F| (tiskani), |G| (elektronièki)</column>
35 </ISSN>
36
37 <TitleAndResponsibility name="Naslov: " order="30">
38 <column>|A|</column>
39 <column type="index">|A|</column>
40 </TitleAndResponsibility>
41
42 <!--
43 <Publisher name="Izdavaè: " order="35">
44 <column>|E|</column>
45 <column type="index">|E|</column>
46 </Publisher>
47
48
49 <HoldingsPDF name="Full-text PDF od: " order="45">
50 <column>|B|</column>
51 </HoldingsPDF>
52 -->
53
54 <HoldingsUrl name="Full text URL: " order="51">
55 <column>|C|</column>
56 </HoldingsUrl>
57
58
59 <type name="Vrsta graðe: " order="100">
60 <!-- added via xml tag in .conf -->
61 <config>materialtype</config>
62 <config type="swish">material_code</config>
63 </type>
64
65 <database name="Baza: " order="101">
66 <config>database</config>
67 <config type="swish">dbcode</config>
68 </database>
69
70 <form name="Format: " order="101">
71 <!-- added via xml tag in .conf -->
72 <config>material_form</config>
73 </form>
74
75
76
77 </indexer>
78 </config>

  ViewVC Help
Powered by ViewVC 1.1.26