Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_simplifyPath id="-1">
4
        <next>parent_id</next>
5
        <path>
6
            <location>
7
                <authorlocationcode>
8
                    <_alt>
9
                        <1>$GlobalUniqueIdentifier</1>
10
                        <2>
11
                            <_join>
12
                                <1>$InstitutionCode</1>
13
                                <2>$CollectionCode</2>
14
                                <3>
15
                                    <_alt>
16
                                        <1>$CatalogNumberNumeric</1>
17
                                        <2>$CatalogNumber</2>
18
                                    </_alt>
19
                                </3>
20
                            </_join>
21
                        </2>
22
                    </_alt>
23
                </authorlocationcode>
24
                <elevation_m>
25
                    <_alt>
26
                        <1>
27
                            <_replace>
28
                                <\bca\.?></\bca\.?>
29
                                <value>$VerbatimElevation</value>
30
                            </_replace>
31
                        </1>
32
                        <2>
33
                            <_avg>
34
                                <max>
35
                                    <_units>
36
                                        <default>m</default>
37
                                        <to>m</to>
38
                                        <to></to>
39
                                        <value>
40
                                            <_replace>
41
                                                <\bca\.?></\bca\.?>
42
                                                <value>$MaximumElevationInMeters</value>
43
                                            </_replace>
44
                                        </value>
45
                                    </_units>
46
                                </max>
47
                                <min>
48
                                    <_units>
49
                                        <default>m</default>
50
                                        <to>m</to>
51
                                        <to></to>
52
                                        <value>
53
                                            <_rangeStart>
54
                                                <value>
55
                                                    <_replace>
56
                                                        <\bca\.?></\bca\.?>
57
                                                        <value>$MinimumElevationInMeters</value>
58
                                                    </_replace>
59
                                                </value>
60
                                            </_rangeStart>
61
                                        </value>
62
                                    </_units>
63
                                </min>
64
                            </_avg>
65
                        </2>
66
                    </_alt>
67
                </elevation_m>
68
                <elevationrange_m>
69
                    <_range>
70
                        <from>
71
                            <_units>
72
                                <default>m</default>
73
                                <to>m</to>
74
                                <to></to>
75
                                <value>
76
                                    <_rangeStart>
77
                                        <value>
78
                                            <_replace>
79
                                                <\bca\.?></\bca\.?>
80
                                                <value>$MinimumElevationInMeters</value>
81
                                            </_replace>
82
                                        </value>
83
                                    </_rangeStart>
84
                                </value>
85
                            </_units>
86
                        </from>
87
                        <to>
88
                            <_units>
89
                                <default>m</default>
90
                                <to>m</to>
91
                                <to></to>
92
                                <value>
93
                                    <_alt>
94
                                        <1>
95
                                            <_replace>
96
                                                <\bca\.?></\bca\.?>
97
                                                <value>$MaximumElevationInMeters</value>
98
                                            </_replace>
99
                                        </1>
100
                                        <2>
101
                                            <_rangeEnd>
102
                                                <value>
103
                                                    <_replace>
104
                                                        <\bca\.?></\bca\.?>
105
                                                        <value>$MinimumElevationInMeters</value>
106
                                                    </_replace>
107
                                                </value>
108
                                            </_rangeEnd>
109
                                        </2>
110
                                    </_alt>
111
                                </value>
112
                            </_units>
113
                        </to>
114
                    </_range>
115
                </elevationrange_m>
116
                <locationcoords>
117
                    <coordsaccuracy_deg><_noCV><value>$CoordinateUncertaintyInMeters</value></_noCV></coordsaccuracy_deg>
118
                    <footprintgeometry_dwc>$BoundingBox</footprintgeometry_dwc>
119
                    <latitude_deg>
120
                        <_alt>
121
                            <1>
122
                                <_nullIf>
123
                                    <null>0</null>
124
                                    <type>float</type>
125
                                    <value>$DecimalLatitude</value>
126
                                </_nullIf>
127
                            </1>
128
                            <2>
129
                                <_nullIf>
130
                                    <null>0</null>
131
                                    <type>float</type>
132
                                    <value>$VerbatimLatitude</value>
133
                                </_nullIf>
134
                            </2>
135
                        </_alt>
136
                    </latitude_deg>
137
                    <longitude_deg>
138
                        <_alt>
139
                            <1>
140
                                <_nullIf>
141
                                    <null>0</null>
142
                                    <type>float</type>
143
                                    <value>$DecimalLongitude</value>
144
                                </_nullIf>
145
                            </1>
146
                            <2>
147
                                <_nullIf>
148
                                    <null>0</null>
149
                                    <type>float</type>
150
                                    <value>$VerbatimLongitude</value>
151
                                </_nullIf>
152
                            </2>
153
                        </_alt>
154
                    </longitude_deg>
155
                </locationcoords>
156
                <locationevent>
157
                    <taxonoccurrence>
158
                        <aggregateoccurrence>
159
                            <collectiondate>
160
                                <_alt>
161
                                    <1><_date><date>$VerbatimCollectingDate</date></_date></1>
162
                                    <2>
163
                                        <_date>
164
                                            <day>
165
                                                <_nullIf>
166
                                                    <null>0</null>
167
                                                    <type>float</type>
168
                                                    <value>$DayCollected</value>
169
                                                </_nullIf>
170
                                            </day>
171
                                            <month>
172
                                                <_nullIf>
173
                                                    <null>0</null>
174
                                                    <type>float</type>
175
                                                    <value>$MonthCollected</value>
176
                                                </_nullIf>
177
                                            </month>
178
                                            <year>
179
                                                <_nullIf>
180
                                                    <null>0</null>
181
                                                    <type>float</type>
182
                                                    <value>$YearCollected</value>
183
                                                </_nullIf>
184
                                            </year>
185
                                        </_date>
186
                                    </2>
187
                                </_alt>
188
                            </collectiondate>
189
                            <count>$IndividualCount</count>
190
                            <notes>$FieldNotes</notes>
191
                            <plantobservation>
192
                                <collectionnumber>$CollectorNumber</collectionnumber>
193
                                <definedvalue fkey="tablerecord_id">
194
                                    <userdefined_id>
195
                                        <userdefined>
196
                                            <tablename>plantobservation</tablename>
197
                                            <userdefinedname>sex</userdefinedname>
198
                                        </userdefined>
199
                                    </userdefined_id>
200
                                    <definedvalue>$Sex</definedvalue>
201
                                </definedvalue>
202
                                <specimenreplicate>
203
                                    <catalognumber_dwc>
204
                                        <_alt>
205
                                            <1>$CatalogNumberNumeric</1>
206
                                            <2>$CatalogNumber</2>
207
                                        </_alt>
208
                                    </catalognumber_dwc>
209
                                    <collectioncode_dwc>$CollectionCode</collectioncode_dwc>
210
                                    <institution_id><party><organizationname>$InstitutionCode</organizationname></party></institution_id>
211
                                    <sourceaccessioncode>$GlobalUniqueIdentifier</sourceaccessioncode>
212
                                </specimenreplicate>
213
                            </plantobservation>
214
                        </aggregateoccurrence>
215
                        <authortaxoncode>
216
                            <_alt>
217
                                <1>$CollectorNumber</1>
218
                                <2>
219
                                    <_alt>
220
                                        <1>$ScientificNameAuthor</1>
221
                                        <2>$ScientificName</2>
222
                                    </_alt>
223
                                </2>
224
                            </_alt>
225
                        </authortaxoncode>
226
                        <taxondetermination>
227
                            <party_id>
228
                                <party>
229
                                    <givenname><_namePart><first>$IdentifiedBy</first></_namePart></givenname>
230
                                    <middlename><_namePart><middle>$IdentifiedBy</middle></_namePart></middlename>
231
                                    <surname><_namePart><last>$IdentifiedBy</last></_namePart></surname>
232
                                </party>
233
                            </party_id>
234
                            <taxonpath_id>
235
                                <taxonpath>
236
                                    <class>$Class</class>
237
                                    <family>$Family</family>
238
                                    <genus>$Genus</genus>
239
                                    <kingdom>$Kingdom</kingdom>
240
                                    <order>$Order</order>
241
                                    <phylum>$Phylum</phylum>
242
                                    <scientificname>
243
                                        <_alt>
244
                                            <1>$ScientificNameAuthor</1>
245
                                            <2>$ScientificName</2>
246
                                        </_alt>
247
                                    </scientificname>
248
                                    <species>$Species</species>
249
                                    <subspecies>$Subspecies</subspecies>
250
                                </taxonpath>
251
                            </taxonpath_id>
252
                            <determinationdate>
253
                                <_date>
254
                                    <day>
255
                                        <_nullIf>
256
                                            <null>0</null>
257
                                            <type>float</type>
258
                                            <value>$DayIdentified</value>
259
                                        </_nullIf>
260
                                    </day>
261
                                    <month>
262
                                        <_nullIf>
263
                                            <null>0</null>
264
                                            <type>float</type>
265
                                            <value>$MonthIdentified</value>
266
                                        </_nullIf>
267
                                    </month>
268
                                    <year>
269
                                        <_nullIf>
270
                                            <null>0</null>
271
                                            <type>float</type>
272
                                            <value>$YearIdentified</value>
273
                                        </_nullIf>
274
                                    </year>
275
                                </_date>
276
                            </determinationdate>
277
                            <notes>$Remarks</notes>
278
                            <taxonfit>$IdentificationModifier</taxonfit>
279
                        </taxondetermination>
280
                        <verbatimcollectorname>$Collector</verbatimcollectorname>
281
                    </taxonoccurrence>
282
                    <waterdepth_m>
283
                        <_avg>
284
                            <max>
285
                                <_units>
286
                                    <default>m</default>
287
                                    <to>m</to>
288
                                    <to></to>
289
                                    <value>
290
                                        <_replace>
291
                                            <\bca\.?></\bca\.?>
292
                                            <value>$MaximumDepthInMeters</value>
293
                                        </_replace>
294
                                    </value>
295
                                </_units>
296
                            </max>
297
                            <min>
298
                                <_units>
299
                                    <default>m</default>
300
                                    <to>m</to>
301
                                    <to></to>
302
                                    <value>
303
                                        <_replace>
304
                                            <\bca\.?></\bca\.?>
305
                                            <value>$MinimumDepthInMeters</value>
306
                                        </_replace>
307
                                    </value>
308
                                </_units>
309
                            </min>
310
                        </_avg>
311
                    </waterdepth_m>
312
                </locationevent>
313
                <locationnarrative>$Locality</locationnarrative>
314
                <locationplace>
315
                    <placepath_id>
316
                        <placepath>
317
                            <continent>$ContinentOcean</continent>
318
                            <country>$Country</country>
319
                            <county>$County</county>
320
                            <stateprovince>$StateProvince</stateprovince>
321
                        </placepath>
322
                    </placepath_id>
323
                </locationplace>
324
            </location>
325
        </path>
326
    </_simplifyPath>
327
</VegBIEN>
328
Inserted 28 new rows into database
(5-5/6)