Project

General

Profile

1
<!--put template-->
2
<VegBIEN>
3
    <_setDefault id="-1">
4
        <source_id><source><shortname>FIA.new</shortname></source></source_id>
5
        <path>
6
            <_simplifyPath>
7
                <next>parent_id</next>
8
                <path>
9
                    <location>
10
                        <authorlocationcode>$locationName</authorlocationcode>
11
                        <sourceaccessioncode>$locationID</sourceaccessioncode>
12
                        <locationevent>
13
                            <obsenddate>
14
                                <_date>
15
                                    <day>
16
                                        <_nullIf>
17
                                            <null>0</null>
18
                                            <type>float</type>
19
                                            <value>$day</value>
20
                                        </_nullIf>
21
                                    </day>
22
                                    <month>
23
                                        <_nullIf>
24
                                            <null>0</null>
25
                                            <type>float</type>
26
                                            <value>$month</value>
27
                                        </_nullIf>
28
                                    </month>
29
                                    <year>
30
                                        <_nullIf>
31
                                            <null>0</null>
32
                                            <type>float</type>
33
                                            <value>$year</value>
34
                                        </_nullIf>
35
                                    </year>
36
                                </_date>
37
                            </obsenddate>
38
                            <obsstartdate>
39
                                <_date>
40
                                    <day>
41
                                        <_nullIf>
42
                                            <null>0</null>
43
                                            <type>float</type>
44
                                            <value>$day</value>
45
                                        </_nullIf>
46
                                    </day>
47
                                    <month>
48
                                        <_nullIf>
49
                                            <null>0</null>
50
                                            <type>float</type>
51
                                            <value>$month</value>
52
                                        </_nullIf>
53
                                    </month>
54
                                    <year>
55
                                        <_nullIf>
56
                                            <null>0</null>
57
                                            <type>float</type>
58
                                            <value>$year</value>
59
                                        </_nullIf>
60
                                    </year>
61
                                </_date>
62
                            </obsstartdate>
63
                        </locationevent>
64
                        <locationplace>
65
                            <place_id>
66
                                <place>
67
                                    <coordinates_id>
68
                                        <coordinates>
69
                                            <latitude_deg>
70
                                                <_nullIf>
71
                                                    <null>0</null>
72
                                                    <type>float</type>
73
                                                    <value>$decimalLatitude</value>
74
                                                </_nullIf>
75
                                            </latitude_deg>
76
                                            <longitude_deg>
77
                                                <_nullIf>
78
                                                    <null>0</null>
79
                                                    <type>float</type>
80
                                                    <value>$decimalLongitude</value>
81
                                                </_nullIf>
82
                                            </longitude_deg>
83
                                        </coordinates>
84
                                    </coordinates_id>
85
                                    <matched_place_id>
86
                                        <place>
87
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
88
                                            <coordinates_id>
89
                                                <coordinates>
90
                                                    <source_id><source><shortname>geoscrub</shortname></source></source_id>
91
                                                    <latitude_deg>
92
                                                        <_nullIf>
93
                                                            <null>0</null>
94
                                                            <type>float</type>
95
                                                            <value>$decimalLatitude</value>
96
                                                        </_nullIf>
97
                                                    </latitude_deg>
98
                                                    <longitude_deg>
99
                                                        <_nullIf>
100
                                                            <null>0</null>
101
                                                            <type>float</type>
102
                                                            <value>$decimalLongitude</value>
103
                                                        </_nullIf>
104
                                                    </longitude_deg>
105
                                                </coordinates>
106
                                            </coordinates_id>
107
                                        </place>
108
                                    </matched_place_id>
109
                                </place>
110
                            </place_id>
111
                        </locationplace>
112
                    </location>
113
                </path>
114
            </_simplifyPath>
115
        </path>
116
    </_setDefault>
117
</VegBIEN>
118
Inserted 12 new rows into database
(9-9/10)