Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_setDefault id="-1">
4
        <source_id><source><shortname>geoscrub</shortname></source></source_id>
5
        <path>
6
            <_simplifyPath>
7
                <next>parent_id</next>
8
                <path>
9
                    <location>
10
                        <locationplace>
11
                            <place_id>
12
                                <place>
13
                                    <coordinates_id>
14
                                        <coordinates>
15
                                            <latitude_deg>
16
                                                <_nullIf>
17
                                                    <null>0</null>
18
                                                    <type>float</type>
19
                                                    <value>$decimallatitude</value>
20
                                                </_nullIf>
21
                                            </latitude_deg>
22
                                            <longitude_deg>
23
                                                <_nullIf>
24
                                                    <null>0</null>
25
                                                    <type>float</type>
26
                                                    <value>$decimallongitude</value>
27
                                                </_nullIf>
28
                                            </longitude_deg>
29
                                        </coordinates>
30
                                    </coordinates_id>
31
                                    <country>$country</country>
32
                                    <county>$county</county>
33
                                    <matched_place_id>
34
                                        <place>
35
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
36
                                            <coordinates_id>
37
                                                <coordinates>
38
                                                    <source_id><source><shortname>geoscrub</shortname></source></source_id>
39
                                                    <latitude_deg>
40
                                                        <_nullIf>
41
                                                            <null>0</null>
42
                                                            <type>float</type>
43
                                                            <value>$decimallatitude</value>
44
                                                        </_nullIf>
45
                                                    </latitude_deg>
46
                                                    <longitude_deg>
47
                                                        <_nullIf>
48
                                                            <null>0</null>
49
                                                            <type>float</type>
50
                                                            <value>$decimallongitude</value>
51
                                                        </_nullIf>
52
                                                    </longitude_deg>
53
                                                </coordinates>
54
                                            </coordinates_id>
55
                                            <matched_place_id>0</matched_place_id>
56
                                            <country>$countrystd</country>
57
                                            <county>$countystd</county>
58
                                            <stateprovince>$stateprovincestd</stateprovince>
59
                                            <geovalid>
60
                                                <_alt>
61
                                                    <2>false</2>
62
                                                    <_and>
63
                                                        <1>
64
                                                            <_map>
65
                                                                <-1></-1>
66
                                                                <0></0>
67
                                                                <1>false</1>
68
                                                                <2>true</2>
69
                                                                <3>true</3>
70
                                                                <value>$countryvalidity</value>
71
                                                            </_map>
72
                                                        </1>
73
                                                        <2>
74
                                                            <_map>
75
                                                                <-1></-1>
76
                                                                <0></0>
77
                                                                <1>false</1>
78
                                                                <2>true</2>
79
                                                                <3>true</3>
80
                                                                <value>$stateprovincevalidity</value>
81
                                                            </_map>
82
                                                        </2>
83
                                                        <3>
84
                                                            <_map>
85
                                                                <-1></-1>
86
                                                                <0></0>
87
                                                                <1>false</1>
88
                                                                <2>true</2>
89
                                                                <3>true</3>
90
                                                                <value>$countyvalidity</value>
91
                                                            </_map>
92
                                                        </3>
93
                                                    </_and>
94
                                                </_alt>
95
                                            </geovalid>
96
                                        </place>
97
                                    </matched_place_id>
98
                                    <stateprovince>$stateprovince</stateprovince>
99
                                </place>
100
                            </place_id>
101
                        </locationplace>
102
                    </location>
103
                </path>
104
            </_simplifyPath>
105
        </path>
106
    </_setDefault>
107
</VegBIEN>
108
Inserted 6 new rows into database
(7-7/8)