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