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>$UniqueNYInternalRecordNumber</1>
10
                        <2>
11
                            <_join>
12
                                <1>$InstitutionCode</1>
13
                                <2>$CollectionCode</2>
14
                                <3>$CatalogNumber</3>
15
                            </_join>
16
                        </2>
17
                    </_alt>
18
                </authorlocationcode>
19
                <elevation_m>
20
                    <_avg>
21
                        <max>$MaximumElevation</max>
22
                        <min>
23
                            <_nullIf>
24
                                <null>.</null>
25
                                <value>$MinimumElevation</value>
26
                            </_nullIf>
27
                        </min>
28
                    </_avg>
29
                </elevation_m>
30
                <locationevent>
31
                    <taxonoccurrence>
32
                        <aggregateoccurrence>
33
                            <collectiondate>
34
                                <_date>
35
                                    <day>
36
                                        <_nullIf>
37
                                            <null>0</null>
38
                                            <type>float</type>
39
                                            <value>$DayCollected</value>
40
                                        </_nullIf>
41
                                    </day>
42
                                    <month>
43
                                        <_nullIf>
44
                                            <null>0</null>
45
                                            <type>float</type>
46
                                            <value>$MonthCollected</value>
47
                                        </_nullIf>
48
                                    </month>
49
                                    <year>
50
                                        <_nullIf>
51
                                            <null>0</null>
52
                                            <type>float</type>
53
                                            <value>$YearCollected</value>
54
                                        </_nullIf>
55
                                    </year>
56
                                </_date>
57
                            </collectiondate>
58
                            <count>$IndividualCount</count>
59
                            <notes>
60
                                <_join>
61
                                    <1>$Notes</1>
62
                                    <2>
63
                                        <_label>
64
                                            <label>plant fungus</label>
65
                                            <value>$PlantFungusDescription</value>
66
                                        </_label>
67
                                    </2>
68
                                </_join>
69
                            </notes>
70
                            <plantobservation>
71
                                <collectionnumber>$FieldNumber</collectionnumber>
72
                                <definedvalue fkey="tablerecord_id">
73
                                    <userdefined_id>
74
                                        <userdefined>
75
                                            <tablename>plantobservation</tablename>
76
                                            <userdefinedname>sex</userdefinedname>
77
                                        </userdefined>
78
                                    </userdefined_id>
79
                                    <definedvalue>$Sex</definedvalue>
80
                                </definedvalue>
81
                                <specimenreplicate>
82
                                    <catalognumber_dwc>$CatalogNumber</catalognumber_dwc>
83
                                    <collectioncode_dwc>$CollectionCode</collectioncode_dwc>
84
                                    <institution_id>
85
                                        <sourcename>
86
                                            <matched_source_id><source><shortname>$InstitutionCode</shortname></source></matched_source_id>
87
                                            <name>$InstitutionCode</name>
88
                                        </sourcename>
89
                                    </institution_id>
90
                                    <sourceaccessioncode>$UniqueNYInternalRecordNumber</sourceaccessioncode>
91
                                </specimenreplicate>
92
                            </plantobservation>
93
                        </aggregateoccurrence>
94
                        <collector_id><party><fullname>$Collector</fullname></party></collector_id>
95
                        <sourceaccessioncode>$UniqueNYInternalRecordNumber</sourceaccessioncode>
96
                        <taxondetermination>
97
                            <party_id><party><fullname>$IdentifiedBy</fullname></party></party_id>
98
                            <taxonverbatim_id>
99
                                <taxonverbatim>
100
                                    <taxonlabel_id>
101
                                        <taxonlabel>
102
                                            <matched_label_id>
103
                                                <taxonlabel>
104
                                                    <source_id><source><shortname>TNRS</shortname></source></source_id>
105
                                                    <taxonomicname>
106
                                                        <_join_words>
107
                                                            <1>
108
                                                                <_taxon_family_require_std>
109
                                                                    <family>
110
                                                                        <_nullIf>
111
                                                                            <null>$ScientificName</null>
112
                                                                            <value>$Family</value>
113
                                                                        </_nullIf>
114
                                                                    </family>
115
                                                                </_taxon_family_require_std>
116
                                                            </1>
117
                                                            <2>
118
                                                                <_join_words>
119
                                                                    <1>
120
                                                                        <_alt>
121
                                                                            <1>$ScientificName</1>
122
                                                                            <2>
123
                                                                                <_join_words>
124
                                                                                    <2>$Genus</2>
125
                                                                                    <3>$Species</3>
126
                                                                                    <4>$Subspecies</4>
127
                                                                                </_join_words>
128
                                                                            </2>
129
                                                                        </_alt>
130
                                                                    </1>
131
                                                                    <2>$ScientificNameAuthor</2>
132
                                                                </_join_words>
133
                                                            </2>
134
                                                        </_join_words>
135
                                                    </taxonomicname>
136
                                                </taxonlabel>
137
                                            </matched_label_id>
138
                                            <creationdate>
139
                                                <_date>
140
                                                    <day>
141
                                                        <_nullIf>
142
                                                            <null>0</null>
143
                                                            <type>float</type>
144
                                                            <value>$DayIdentified</value>
145
                                                        </_nullIf>
146
                                                    </day>
147
                                                    <month>
148
                                                        <_nullIf>
149
                                                            <null>0</null>
150
                                                            <type>float</type>
151
                                                            <value>$MonthIdentified</value>
152
                                                        </_nullIf>
153
                                                    </month>
154
                                                    <year>
155
                                                        <_nullIf>
156
                                                            <null>0</null>
157
                                                            <type>float</type>
158
                                                            <value>$YearIdentified</value>
159
                                                        </_nullIf>
160
                                                    </year>
161
                                                </_date>
162
                                            </creationdate>
163
                                            <parent_id>
164
                                                <taxonlabel>
165
                                                    <parent_id>
166
                                                        <taxonlabel>
167
                                                            <rank>cultivar</rank>
168
                                                            <parent_id>
169
                                                                <taxonlabel>
170
                                                                    <rank>forma</rank>
171
                                                                    <parent_id>
172
                                                                        <taxonlabel>
173
                                                                            <rank>variety</rank>
174
                                                                            <parent_id>
175
                                                                                <taxonlabel>
176
                                                                                    <rank>subspecies</rank>
177
                                                                                    <taxonepithet>$Subspecies</taxonepithet>
178
                                                                                    <parent_id>
179
                                                                                        <taxonlabel>
180
                                                                                            <rank>species</rank>
181
                                                                                            <taxonepithet>$Species</taxonepithet>
182
                                                                                            <parent_id>
183
                                                                                                <taxonlabel>
184
                                                                                                    <rank>genus</rank>
185
                                                                                                    <taxonepithet>$Genus</taxonepithet>
186
                                                                                                    <parent_id>
187
                                                                                                        <taxonlabel>
188
                                                                                                            <rank>family</rank>
189
                                                                                                            <taxonepithet>$Family</taxonepithet>
190
                                                                                                            <parent_id>
191
                                                                                                                <taxonlabel>
192
                                                                                                                    <rank>order</rank>
193
                                                                                                                    <taxonepithet>$Order</taxonepithet>
194
                                                                                                                    <parent_id>
195
                                                                                                                        <taxonlabel>
196
                                                                                                                            <rank>class</rank>
197
                                                                                                                            <taxonepithet>$Class</taxonepithet>
198
                                                                                                                            <parent_id>
199
                                                                                                                                <taxonlabel>
200
                                                                                                                                    <rank>phylum</rank>
201
                                                                                                                                    <taxonepithet>$Phylum</taxonepithet>
202
                                                                                                                                    <parent_id>
203
                                                                                                                                        <taxonlabel>
204
                                                                                                                                            <rank>kingdom</rank>
205
                                                                                                                                            <taxonepithet>$Kingdom</taxonepithet>
206
                                                                                                                                        </taxonlabel>
207
                                                                                                                                    </parent_id>
208
                                                                                                                                </taxonlabel>
209
                                                                                                                            </parent_id>
210
                                                                                                                        </taxonlabel>
211
                                                                                                                    </parent_id>
212
                                                                                                                </taxonlabel>
213
                                                                                                            </parent_id>
214
                                                                                                        </taxonlabel>
215
                                                                                                    </parent_id>
216
                                                                                                </taxonlabel>
217
                                                                                            </parent_id>
218
                                                                                        </taxonlabel>
219
                                                                                    </parent_id>
220
                                                                                </taxonlabel>
221
                                                                            </parent_id>
222
                                                                        </taxonlabel>
223
                                                                    </parent_id>
224
                                                                </taxonlabel>
225
                                                            </parent_id>
226
                                                        </taxonlabel>
227
                                                    </parent_id>
228
                                                </taxonlabel>
229
                                            </parent_id>
230
                                            <taxonomicname>
231
                                                <_join_words>
232
                                                    <1>
233
                                                        <_taxon_family_require_std>
234
                                                            <family>
235
                                                                <_nullIf>
236
                                                                    <null>$ScientificName</null>
237
                                                                    <value>$Family</value>
238
                                                                </_nullIf>
239
                                                            </family>
240
                                                        </_taxon_family_require_std>
241
                                                    </1>
242
                                                    <2>
243
                                                        <_join_words>
244
                                                            <1>
245
                                                                <_alt>
246
                                                                    <1>$ScientificName</1>
247
                                                                    <2>
248
                                                                        <_join_words>
249
                                                                            <2>$Genus</2>
250
                                                                            <3>$Species</3>
251
                                                                            <4>$Subspecies</4>
252
                                                                        </_join_words>
253
                                                                    </2>
254
                                                                </_alt>
255
                                                            </1>
256
                                                            <2>$ScientificNameAuthor</2>
257
                                                        </_join_words>
258
                                                    </2>
259
                                                </_join_words>
260
                                            </taxonomicname>
261
                                        </taxonlabel>
262
                                    </taxonlabel_id>
263
                                    <author>$ScientificNameAuthor</author>
264
                                    <family>$Family</family>
265
                                    <genus>$Genus</genus>
266
                                    <specific_epithet>$Species</specific_epithet>
267
                                    <taxonname>$ScientificName</taxonname>
268
                                </taxonverbatim>
269
                            </taxonverbatim_id>
270
                            <determinationdate>
271
                                <_date>
272
                                    <day>
273
                                        <_nullIf>
274
                                            <null>0</null>
275
                                            <type>float</type>
276
                                            <value>$DayIdentified</value>
277
                                        </_nullIf>
278
                                    </day>
279
                                    <month>
280
                                        <_nullIf>
281
                                            <null>0</null>
282
                                            <type>float</type>
283
                                            <value>$MonthIdentified</value>
284
                                        </_nullIf>
285
                                    </month>
286
                                    <year>
287
                                        <_nullIf>
288
                                            <null>0</null>
289
                                            <type>float</type>
290
                                            <value>$YearIdentified</value>
291
                                        </_nullIf>
292
                                    </year>
293
                                </_date>
294
                            </determinationdate>
295
                        </taxondetermination>
296
                    </taxonoccurrence>
297
                    <waterdepth_m>
298
                        <_avg>
299
                            <max>$MaximumDepth</max>
300
                            <min>$MinimumDepth</min>
301
                        </_avg>
302
                    </waterdepth_m>
303
                </locationevent>
304
                <locationnarrative>
305
                    <_merge>
306
                        <1>
307
                            <_join>
308
                                <1>$Locality</1>
309
                                <2>
310
                                    <_label>
311
                                        <label>substrate</label>
312
                                        <value>$Substrate</value>
313
                                    </_label>
314
                                </2>
315
                                <3>
316
                                    <_label>
317
                                        <label>vegetation</label>
318
                                        <value>$Vegetation</value>
319
                                    </_label>
320
                                </3>
321
                            </_join>
322
                        </1>
323
                        <3>
324
                            <_label>
325
                                <label>habitat</label>
326
                                <value>$Habitat</value>
327
                            </_label>
328
                        </3>
329
                    </_merge>
330
                </locationnarrative>
331
                <locationplace>
332
                    <place_id>
333
                        <place>
334
                            <coordinates_id>
335
                                <coordinates>
336
                                    <coordsaccuracy_m><_noCV><value>$CoordinatePrecision</value></_noCV></coordsaccuracy_m>
337
                                    <footprintgeometry_dwc>$BoundingBox</footprintgeometry_dwc>
338
                                    <latitude_deg>
339
                                        <_nullIf>
340
                                            <null>0</null>
341
                                            <type>float</type>
342
                                            <value>$Latitude</value>
343
                                        </_nullIf>
344
                                    </latitude_deg>
345
                                    <longitude_deg>
346
                                        <_nullIf>
347
                                            <null>0</null>
348
                                            <type>float</type>
349
                                            <value>$Longitude</value>
350
                                        </_nullIf>
351
                                    </longitude_deg>
352
                                </coordinates>
353
                            </coordinates_id>
354
                            <continent>$ContinentOcean</continent>
355
                            <country>$Country</country>
356
                            <county>$County</county>
357
                            <matched_place_id>
358
                                <place>
359
                                    <source_id><source><shortname>geoscrub</shortname></source></source_id>
360
                                    <coordinates_id>
361
                                        <coordinates>
362
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
363
                                            <latitude_deg>
364
                                                <_nullIf>
365
                                                    <null>0</null>
366
                                                    <type>float</type>
367
                                                    <value>$Latitude</value>
368
                                                </_nullIf>
369
                                            </latitude_deg>
370
                                            <longitude_deg>
371
                                                <_nullIf>
372
                                                    <null>0</null>
373
                                                    <type>float</type>
374
                                                    <value>$Longitude</value>
375
                                                </_nullIf>
376
                                            </longitude_deg>
377
                                        </coordinates>
378
                                    </coordinates_id>
379
                                    <country>$Country</country>
380
                                    <county>$County</county>
381
                                    <stateprovince>$StateProvince</stateprovince>
382
                                </place>
383
                            </matched_place_id>
384
                            <stateprovince>$StateProvince</stateprovince>
385
                        </place>
386
                    </place_id>
387
                </locationplace>
388
            </location>
389
        </path>
390
    </_simplifyPath>
391
</VegBIEN>
392
Inserted 45 new rows into database
(5-5/6)