Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <location id="-1">
4
        <authorlocationcode><_merge><3>$Barcode</3></_merge></authorlocationcode>
5
        <locationdetermination>
6
            <latitude>
7
                <_alt>
8
                    <1>
9
                        <_nullIf>
10
                            <null>0</null>
11
                            <type>float</type>
12
                            <value>$Lat</value>
13
                        </_nullIf>
14
                    </1>
15
                </_alt>
16
            </latitude>
17
            <longitude>
18
                <_alt>
19
                    <1>
20
                        <_nullIf>
21
                            <null>0</null>
22
                            <type>float</type>
23
                            <value>$Long</value>
24
                        </_nullIf>
25
                    </1>
26
                </_alt>
27
            </longitude>
28
            <namedplace_id>
29
                <_simplifyPath>
30
                    <next>parent_id/namedplace</next>
31
                    <require>placename</require>
32
                    <path>
33
                        <namedplace>
34
                            <rank>county</rank>
35
                            <parent_id>
36
                                <namedplace>
37
                                    <rank>stateProvince</rank>
38
                                    <parent_id>
39
                                        <namedplace>
40
                                            <rank>country</rank>
41
                                            <placename>$Country</placename>
42
                                        </namedplace>
43
                                    </parent_id>
44
                                </namedplace>
45
                            </parent_id>
46
                        </namedplace>
47
                    </path>
48
                </_simplifyPath>
49
            </namedplace_id>
50
        </locationdetermination>
51
        <locationevent>
52
            <obsenddate>
53
                <_date>
54
                    <date>
55
                        <_dateRangeEnd>
56
                            <value>
57
                                <_alt>
58
                                    <1>
59
                                        <_date>
60
                                            <day>
61
                                                <_nullIf>
62
                                                    <null>0</null>
63
                                                    <type>float</type>
64
                                                    <value>$Colldd</value>
65
                                                </_nullIf>
66
                                            </day>
67
                                            <month>
68
                                                <_nullIf>
69
                                                    <null>0</null>
70
                                                    <type>float</type>
71
                                                    <value>$Collmm</value>
72
                                                </_nullIf>
73
                                            </month>
74
                                            <year>
75
                                                <_nullIf>
76
                                                    <null>0</null>
77
                                                    <type>float</type>
78
                                                    <value>$Collyy</value>
79
                                                </_nullIf>
80
                                            </year>
81
                                        </_date>
82
                                    </1>
83
                                </_alt>
84
                            </value>
85
                        </_dateRangeEnd>
86
                    </date>
87
                </_date>
88
            </obsenddate>
89
            <obsstartdate>
90
                <_date>
91
                    <date>
92
                        <_dateRangeStart>
93
                            <value>
94
                                <_alt>
95
                                    <1>
96
                                        <_date>
97
                                            <day>
98
                                                <_nullIf>
99
                                                    <null>0</null>
100
                                                    <type>float</type>
101
                                                    <value>$Colldd</value>
102
                                                </_nullIf>
103
                                            </day>
104
                                            <month>
105
                                                <_nullIf>
106
                                                    <null>0</null>
107
                                                    <type>float</type>
108
                                                    <value>$Collmm</value>
109
                                                </_nullIf>
110
                                            </month>
111
                                            <year>
112
                                                <_nullIf>
113
                                                    <null>0</null>
114
                                                    <type>float</type>
115
                                                    <value>$Collyy</value>
116
                                                </_nullIf>
117
                                            </year>
118
                                        </_date>
119
                                    </1>
120
                                </_alt>
121
                            </value>
122
                        </_dateRangeStart>
123
                    </date>
124
                </_date>
125
            </obsstartdate>
126
            <taxonoccurrence>
127
                <aggregateoccurrence>
128
                    <collectiondate>
129
                        <_date>
130
                            <date>
131
                                <_alt>
132
                                    <1>
133
                                        <_date>
134
                                            <day>
135
                                                <_nullIf>
136
                                                    <null>0</null>
137
                                                    <type>float</type>
138
                                                    <value>$Colldd</value>
139
                                                </_nullIf>
140
                                            </day>
141
                                            <month>
142
                                                <_nullIf>
143
                                                    <null>0</null>
144
                                                    <type>float</type>
145
                                                    <value>$Collmm</value>
146
                                                </_nullIf>
147
                                            </month>
148
                                            <year>
149
                                                <_nullIf>
150
                                                    <null>0</null>
151
                                                    <type>float</type>
152
                                                    <value>$Collyy</value>
153
                                                </_nullIf>
154
                                            </year>
155
                                        </_date>
156
                                    </1>
157
                                </_alt>
158
                            </date>
159
                        </_date>
160
                    </collectiondate>
161
                    <notes>$Notes</notes>
162
                    <plantobservation>
163
                        <authorplantcode><_alt><2>$Number</2></_alt></authorplantcode>
164
                        <sourceaccessioncode>$ID</sourceaccessioncode>
165
                        <specimenreplicate>
166
                            <_if name="if indirect voucher"><else><catalognumber_dwc>$Barcode</catalognumber_dwc></else></_if>
167
                            <collectionnumber><_alt><2>$Number</2></_alt></collectionnumber>
168
                            <sourceaccessioncode>$ID</sourceaccessioncode>
169
                        </specimenreplicate>
170
                    </plantobservation>
171
                </aggregateoccurrence>
172
                <sourceaccessioncode>
173
                    <_alt>
174
                        <1>$ID</1>
175
                        <2><_alt><2>$Number</2></_alt></2>
176
                    </_alt>
177
                </sourceaccessioncode>
178
                <taxondetermination>
179
                    <isoriginal>true</isoriginal>
180
                    <role>identifier</role>
181
                    <party_id>
182
                        <party>
183
                            <givenname><_namePart><first>$Detby</first></_namePart></givenname>
184
                            <middlename><_namePart><middle>$Detby</middle></_namePart></middlename>
185
                            <surname><_namePart><last>$Detby</last></_namePart></surname>
186
                        </party>
187
                    </party_id>
188
                    <plantconcept_id>
189
                        <plantconcept>
190
                            <plantname_id>
191
                                <_simplifyPath>
192
                                    <next>parent_id/plantname</next>
193
                                    <require>plantname</require>
194
                                    <path>
195
                                        <plantname>
196
                                            <rank>binomial</rank>
197
                                            <parent_id>
198
                                                <plantname>
199
                                                    <rank>authority</rank>
200
                                                    <parent_id>
201
                                                        <plantname>
202
                                                            <rank>subspecies</rank>
203
                                                            <parent_id>
204
                                                                <plantname>
205
                                                                    <rank>species</rank>
206
                                                                    <parent_id>
207
                                                                        <plantname>
208
                                                                            <rank>genus</rank>
209
                                                                            <plantname>$Genus</plantname>
210
                                                                            <parent_id>
211
                                                                                <plantname>
212
                                                                                    <rank>family</rank>
213
                                                                                    <plantname>$Family</plantname>
214
                                                                                </plantname>
215
                                                                            </parent_id>
216
                                                                        </plantname>
217
                                                                    </parent_id>
218
                                                                </plantname>
219
                                                            </parent_id>
220
                                                        </plantname>
221
                                                    </parent_id>
222
                                                </plantname>
223
                                            </parent_id>
224
                                        </plantname>
225
                                    </path>
226
                                </_simplifyPath>
227
                            </plantname_id>
228
                        </plantconcept>
229
                    </plantconcept_id>
230
                    <determinationdate>
231
                        <_date>
232
                            <date>
233
                                <_dateRangeStart>
234
                                    <value>
235
                                        <_alt>
236
                                            <1>
237
                                                <_date>
238
                                                    <year>
239
                                                        <_nullIf>
240
                                                            <null>0</null>
241
                                                            <type>float</type>
242
                                                            <value>$Detyy</value>
243
                                                        </_nullIf>
244
                                                    </year>
245
                                                </_date>
246
                                            </1>
247
                                        </_alt>
248
                                    </value>
249
                                </_dateRangeStart>
250
                            </date>
251
                        </_date>
252
                    </determinationdate>
253
                    <taxonfit>$cf</taxonfit>
254
                </taxondetermination>
255
                <verbatimcollectorname>
256
                    <_merge>
257
                        <1>$Collector</1>
258
                        <2>$Addcoll</2>
259
                    </_merge>
260
                </verbatimcollectorname>
261
            </taxonoccurrence>
262
        </locationevent>
263
        <locationnarrative>
264
            <_merge>
265
                <2>
266
                    <_merge>
267
                        <1>
268
                            <_label>
269
                                <label>gazetteer</label>
270
                                <value>
271
                                    <_merge>
272
                                        <1>$Gazetteer</1>
273
                                        <2>$Newgazett</2>
274
                                    </_merge>
275
                                </value>
276
                            </_label>
277
                        </1>
278
                        <2>$Locnotes</2>
279
                    </_merge>
280
                </2>
281
                <3>
282
                    <_label>
283
                        <label>habitat</label>
284
                        <value>$Ecology</value>
285
                    </_label>
286
                </3>
287
            </_merge>
288
        </locationnarrative>
289
        <sourceaccessioncode><_alt><1>$ID</1></_alt></sourceaccessioncode>
290
    </location>
291
</VegBIEN>
292
Inserted 26 new rows into database
    (1-1/1)