Project

General

Profile

1 3641 aaronmk
Put template:
2
<VegBIEN>
3 4621 aaronmk
    <_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 4753 aaronmk
                <elevation_m>
20 4621 aaronmk
                    <_avg>
21 4820 aaronmk
                        <max>$MaximumElevation</max>
22 4621 aaronmk
                        <min>
23 4822 aaronmk
                            <_nullIf>
24
                                <null>.</null>
25
                                <value>$MinimumElevation</value>
26
                            </_nullIf>
27 4621 aaronmk
                        </min>
28
                    </_avg>
29 4753 aaronmk
                </elevation_m>
30 4621 aaronmk
                <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 4684 aaronmk
                                <_join>
61 4621 aaronmk
                                    <1>$Notes</1>
62
                                    <2>
63
                                        <_label>
64
                                            <label>plant fungus</label>
65
                                            <value>$PlantFungusDescription</value>
66
                                        </_label>
67
                                    </2>
68 4684 aaronmk
                                </_join>
69 4621 aaronmk
                            </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 6384 aaronmk
                                    <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 4621 aaronmk
                                    <sourceaccessioncode>$UniqueNYInternalRecordNumber</sourceaccessioncode>
91
                                </specimenreplicate>
92
                            </plantobservation>
93
                        </aggregateoccurrence>
94 6171 aaronmk
                        <collector_id><party><fullname>$Collector</fullname></party></collector_id>
95 4834 aaronmk
                        <sourceaccessioncode>$UniqueNYInternalRecordNumber</sourceaccessioncode>
96 4621 aaronmk
                        <taxondetermination>
97 5600 aaronmk
                            <party_id><party><fullname>$IdentifiedBy</fullname></party></party_id>
98 5657 aaronmk
                            <taxonverbatim_id>
99
                                <taxonverbatim>
100
                                    <taxonlabel_id>
101 5608 aaronmk
                                        <taxonlabel>
102 5657 aaronmk
                                            <matched_label_id>
103
                                                <taxonlabel>
104 6179 aaronmk
                                                    <source_id><source><shortname>TNRS</shortname></source></source_id>
105 5657 aaronmk
                                                    <taxonomicname>
106
                                                        <_join_words>
107 6359 aaronmk
                                                            <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 5788 aaronmk
                                                            <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 5657 aaronmk
                                                        </_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 5294 aaronmk
                                            <parent_id>
164 5608 aaronmk
                                                <taxonlabel>
165 5294 aaronmk
                                                    <parent_id>
166 5608 aaronmk
                                                        <taxonlabel>
167 5657 aaronmk
                                                            <rank>cultivar</rank>
168 5294 aaronmk
                                                            <parent_id>
169 5608 aaronmk
                                                                <taxonlabel>
170 5657 aaronmk
                                                                    <rank>forma</rank>
171 5294 aaronmk
                                                                    <parent_id>
172 5608 aaronmk
                                                                        <taxonlabel>
173 5657 aaronmk
                                                                            <rank>variety</rank>
174 5294 aaronmk
                                                                            <parent_id>
175 5608 aaronmk
                                                                                <taxonlabel>
176 5657 aaronmk
                                                                                    <rank>subspecies</rank>
177
                                                                                    <taxonepithet>$Subspecies</taxonepithet>
178 5294 aaronmk
                                                                                    <parent_id>
179 5608 aaronmk
                                                                                        <taxonlabel>
180 5657 aaronmk
                                                                                            <rank>species</rank>
181
                                                                                            <taxonepithet>$Species</taxonepithet>
182 5294 aaronmk
                                                                                            <parent_id>
183 5608 aaronmk
                                                                                                <taxonlabel>
184 5657 aaronmk
                                                                                                    <rank>genus</rank>
185
                                                                                                    <taxonepithet>$Genus</taxonepithet>
186 5294 aaronmk
                                                                                                    <parent_id>
187 5608 aaronmk
                                                                                                        <taxonlabel>
188 5657 aaronmk
                                                                                                            <rank>family</rank>
189
                                                                                                            <taxonepithet>$Family</taxonepithet>
190 5294 aaronmk
                                                                                                            <parent_id>
191 5608 aaronmk
                                                                                                                <taxonlabel>
192 5657 aaronmk
                                                                                                                    <rank>order</rank>
193
                                                                                                                    <taxonepithet>$Order</taxonepithet>
194 5294 aaronmk
                                                                                                                    <parent_id>
195 5608 aaronmk
                                                                                                                        <taxonlabel>
196 5657 aaronmk
                                                                                                                            <rank>class</rank>
197
                                                                                                                            <taxonepithet>$Class</taxonepithet>
198 5306 aaronmk
                                                                                                                            <parent_id>
199 5608 aaronmk
                                                                                                                                <taxonlabel>
200 5657 aaronmk
                                                                                                                                    <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 5608 aaronmk
                                                                                                                                </taxonlabel>
209 5306 aaronmk
                                                                                                                            </parent_id>
210 5608 aaronmk
                                                                                                                        </taxonlabel>
211 5294 aaronmk
                                                                                                                    </parent_id>
212 5608 aaronmk
                                                                                                                </taxonlabel>
213 5294 aaronmk
                                                                                                            </parent_id>
214 5608 aaronmk
                                                                                                        </taxonlabel>
215 5294 aaronmk
                                                                                                    </parent_id>
216 5608 aaronmk
                                                                                                </taxonlabel>
217 5294 aaronmk
                                                                                            </parent_id>
218 5608 aaronmk
                                                                                        </taxonlabel>
219 5294 aaronmk
                                                                                    </parent_id>
220 5608 aaronmk
                                                                                </taxonlabel>
221 5294 aaronmk
                                                                            </parent_id>
222 5608 aaronmk
                                                                        </taxonlabel>
223 5294 aaronmk
                                                                    </parent_id>
224 5608 aaronmk
                                                                </taxonlabel>
225 5294 aaronmk
                                                            </parent_id>
226 5608 aaronmk
                                                        </taxonlabel>
227 5294 aaronmk
                                                    </parent_id>
228 5608 aaronmk
                                                </taxonlabel>
229 5294 aaronmk
                                            </parent_id>
230 5657 aaronmk
                                            <taxonomicname>
231
                                                <_join_words>
232 6359 aaronmk
                                                    <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 5788 aaronmk
                                                    <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 5657 aaronmk
                                                </_join_words>
260
                                            </taxonomicname>
261 5608 aaronmk
                                        </taxonlabel>
262 5657 aaronmk
                                    </taxonlabel_id>
263
                                    <author>$ScientificNameAuthor</author>
264
                                    <family>$Family</family>
265
                                    <genus>$Genus</genus>
266 5783 aaronmk
                                    <specific_epithet>$Species</specific_epithet>
267 5948 aaronmk
                                    <taxonname>$ScientificName</taxonname>
268 5657 aaronmk
                                </taxonverbatim>
269
                            </taxonverbatim_id>
270 4621 aaronmk
                            <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 4753 aaronmk
                    <waterdepth_m>
298 4621 aaronmk
                        <_avg>
299 4820 aaronmk
                            <max>$MaximumDepth</max>
300
                            <min>$MinimumDepth</min>
301 4621 aaronmk
                        </_avg>
302 4753 aaronmk
                    </waterdepth_m>
303 4621 aaronmk
                </locationevent>
304
                <locationnarrative>
305 3786 aaronmk
                    <_merge>
306 4621 aaronmk
                        <1>
307 4684 aaronmk
                            <_join>
308 4621 aaronmk
                                <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 4684 aaronmk
                            </_join>
322 4621 aaronmk
                        </1>
323 3786 aaronmk
                        <3>
324
                            <_label>
325 4621 aaronmk
                                <label>habitat</label>
326
                                <value>$Habitat</value>
327 3786 aaronmk
                            </_label>
328
                        </3>
329
                    </_merge>
330 4621 aaronmk
                </locationnarrative>
331 4726 aaronmk
                <locationplace>
332 5855 aaronmk
                    <place_id>
333
                        <place>
334 5861 aaronmk
                            <coordinates_id>
335
                                <coordinates>
336 6253 aaronmk
                                    <coordsaccuracy_m><_noCV><value>$CoordinatePrecision</value></_noCV></coordsaccuracy_m>
337 5861 aaronmk
                                    <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 4727 aaronmk
                            <continent>$ContinentOcean</continent>
355
                            <country>$Country</country>
356
                            <county>$County</county>
357 5958 aaronmk
                            <matched_place_id>
358
                                <place>
359 6179 aaronmk
                                    <source_id><source><shortname>geoscrub</shortname></source></source_id>
360 5958 aaronmk
                                    <coordinates_id>
361
                                        <coordinates>
362 6179 aaronmk
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
363 5969 aaronmk
                                            <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 5958 aaronmk
                                        </coordinates>
378
                                    </coordinates_id>
379
                                    <country>$Country</country>
380 6294 aaronmk
                                    <county>$County</county>
381 5958 aaronmk
                                    <stateprovince>$StateProvince</stateprovince>
382
                                </place>
383
                            </matched_place_id>
384 4727 aaronmk
                            <stateprovince>$StateProvince</stateprovince>
385 5855 aaronmk
                        </place>
386
                    </place_id>
387 4726 aaronmk
                </locationplace>
388 4621 aaronmk
            </location>
389
        </path>
390
    </_simplifyPath>
391 3641 aaronmk
</VegBIEN>
392 6171 aaronmk
Inserted 45 new rows into database