Statistics
| Revision:

root / branches / v10 / libraries / libGeocoding / src-test / org / gvsig / normalization / testdata / normFile.xml @ 26363

History | View | Annotate | Download (2.75 KB)

1
<patternnormalization _type="object"
2
        _class="org.gvsig.normalization.patterns.Patternnormalization">
3
    <patternname _type="str">normFile</patternname>    
4
    <nofirstrows _type="int">0</nofirstrows>
5
    <elements _type="list">
6
        <element _type="object"
7
        _class="org.gvsig.normalization.patterns.Element">
8
            <fieldname _type="str">campo1</fieldname>
9
            <fieldtype _type="object"
10
                                        _class="org.gvsig.normalization.patterns.Fieldtype">
11
                <stringvalue _type="object"
12
                                        _class="org.gvsig.normalization.patterns.Stringvalue">
13
                                        <stringvaluewidth _type="int">50</stringvaluewidth>
14
                                </stringvalue>
15
            </fieldtype>
16
            <fieldwidth _type="int">0</fieldwidth>
17
            <fieldseparator _type="object"
18
                                _class="org.gvsig.normalization.patterns.Fieldseparator">
19
                                <tabsep _type="str">false</tabsep>
20
                                <spacesep _type="str">false</spacesep>
21
                                <colonsep _type="str">false</colonsep>
22
                                <semicolonsep _type="str">true</semicolonsep>
23
                                <othersep _type="null"></othersep>
24
                                <joinsep _type="str">false</joinsep>
25
                        </fieldseparator>
26
                        <infieldseparators _type="object"
27
                                _class="org.gvsig.normalization.patterns.Infieldseparators">
28
                                <thousandseparator _type="str">.</thousandseparator>
29
                                <decimalseparator _type="str">,</decimalseparator>
30
                                <textseparator _type="str">&quot;</textseparator>
31
                        </infieldseparators>           
32
            <importfield _type="str">true</importfield>
33
        </element>
34
        <element _type="object"
35
        _class="org.gvsig.normalization.patterns.Element">
36
            <fieldname _type="str">campo2</fieldname>
37
            <fieldtype _type="object"
38
                                        _class="org.gvsig.normalization.patterns.Fieldtype">
39
                <stringvalue _type="object"
40
                                        _class="org.gvsig.normalization.patterns.Stringvalue">
41
                                        <stringvaluewidth _type="int">50</stringvaluewidth>
42
                                </stringvalue>
43
            </fieldtype>
44
            <fieldwidth _type="int">0</fieldwidth>
45
            <fieldseparator _type="object"
46
                                _class="org.gvsig.normalization.patterns.Fieldseparator">
47
                                <tabsep _type="str">false</tabsep>
48
                                <spacesep _type="str">false</spacesep>
49
                                <colonsep _type="str">false</colonsep>
50
                                <semicolonsep _type="str">true</semicolonsep>
51
                                <othersep _type="null"></othersep>
52
                                <joinsep _type="str">false</joinsep>
53
                        </fieldseparator>
54
                        <infieldseparators _type="object"
55
                                _class="org.gvsig.normalization.patterns.Infieldseparators">
56
                                <thousandseparator _type="str">.</thousandseparator>
57
                                <decimalseparator _type="str">,</decimalseparator>
58
                                <textseparator _type="str">&quot;</textseparator>
59
                        </infieldseparators>            
60
            <importfield _type="str">true</importfield>
61
        </element>
62
    </elements>
63
</patternnormalization>