Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_setDefault id="-1">
4
        <source_id><source><shortname>MO</shortname></source></source_id>
5
        <path>
6
            <_simplifyPath>
7
                <next>parent_id</next>
8
                <path>
9
                    <location>
10
                        <authorlocationcode>
11
                            <_join>
12
                                <1>$InstitutionCode</1>
13
                                <2>$CollectionCode</2>
14
                                <3>$CatalogNumber</3>
15
                            </_join>
16
                        </authorlocationcode>
17
                        <elevation_m>
18
                            <_avg>
19
                                <max>$MaximumElevation</max>
20
                                <min>$MinimumElevation</min>
21
                            </_avg>
22
                        </elevation_m>
23
                        <locationevent>
24
                            <taxonoccurrence>
25
                                <aggregateoccurrence>
26
                                    <collectiondate>
27
                                        <_date>
28
                                            <day>
29
                                                <_nullIf>
30
                                                    <null>0</null>
31
                                                    <type>float</type>
32
                                                    <value>$DayCollected</value>
33
                                                </_nullIf>
34
                                            </day>
35
                                            <month>
36
                                                <_nullIf>
37
                                                    <null>0</null>
38
                                                    <type>float</type>
39
                                                    <value>$MonthCollected</value>
40
                                                </_nullIf>
41
                                            </month>
42
                                            <year>
43
                                                <_nullIf>
44
                                                    <null>0</null>
45
                                                    <type>float</type>
46
                                                    <value>$YearCollected</value>
47
                                                </_nullIf>
48
                                            </year>
49
                                        </_date>
50
                                    </collectiondate>
51
                                    <count>$IndividualCount</count>
52
                                    <notes>
53
                                        <_alt>
54
                                            <0>$convertednotes</0>
55
                                            <1>$notes</1>
56
                                        </_alt>
57
                                    </notes>
58
                                    <plantobservation>
59
                                        <collectionnumber>$CollectorNumber</collectionnumber>
60
                                        <specimenreplicate>
61
                                            <catalognumber_dwc>$CatalogNumber</catalognumber_dwc>
62
                                            <collectioncode_dwc>$CollectionCode</collectioncode_dwc>
63
                                            <institution_id>
64
                                                <sourcename>
65
                                                    <matched_source_id><source><shortname>$InstitutionCode</shortname></source></matched_source_id>
66
                                                    <name>$InstitutionCode</name>
67
                                                </sourcename>
68
                                            </institution_id>
69
                                        </specimenreplicate>
70
                                    </plantobservation>
71
                                </aggregateoccurrence>
72
                                <collector_id><party><fullname>$Collector</fullname></party></collector_id>
73
                                <taxondetermination>
74
                                    <party_id><party><fullname>$IdentifiedBy</fullname></party></party_id>
75
                                    <taxonverbatim_id>
76
                                        <taxonverbatim>
77
                                            <taxonlabel_id>
78
                                                <taxonlabel>
79
                                                    <matched_label_id>
80
                                                        <taxonlabel>
81
                                                            <source_id><source><shortname>TNRS</shortname></source></source_id>
82
                                                            <taxonomicname>
83
                                                                <_join_words>
84
                                                                    <1>
85
                                                                        <_taxon_family_require_std>
86
                                                                            <family>
87
                                                                                <_nullIf>
88
                                                                                    <null>$ScientificName</null>
89
                                                                                    <value>$family</value>
90
                                                                                </_nullIf>
91
                                                                            </family>
92
                                                                        </_taxon_family_require_std>
93
                                                                    </1>
94
                                                                    <2>
95
                                                                        <_join_words>
96
                                                                            <1>
97
                                                                                <_alt>
98
                                                                                    <1>$ScientificName</1>
99
                                                                                    <2>
100
                                                                                        <_join_words>
101
                                                                                            <2>$genus</2>
102
                                                                                            <3>$species</3>
103
                                                                                            <4>$Subspecies</4>
104
                                                                                        </_join_words>
105
                                                                                    </2>
106
                                                                                </_alt>
107
                                                                            </1>
108
                                                                            <2>$ScientificNameAuthor</2>
109
                                                                        </_join_words>
110
                                                                    </2>
111
                                                                </_join_words>
112
                                                            </taxonomicname>
113
                                                        </taxonlabel>
114
                                                    </matched_label_id>
115
                                                    <parent_id>
116
                                                        <taxonlabel>
117
                                                            <parent_id>
118
                                                                <taxonlabel>
119
                                                                    <rank>cultivar</rank>
120
                                                                    <parent_id>
121
                                                                        <taxonlabel>
122
                                                                            <rank>forma</rank>
123
                                                                            <parent_id>
124
                                                                                <taxonlabel>
125
                                                                                    <rank>variety</rank>
126
                                                                                    <parent_id>
127
                                                                                        <taxonlabel>
128
                                                                                            <rank>subspecies</rank>
129
                                                                                            <taxonepithet>$Subspecies</taxonepithet>
130
                                                                                            <parent_id>
131
                                                                                                <taxonlabel>
132
                                                                                                    <rank>species</rank>
133
                                                                                                    <taxonepithet>$species</taxonepithet>
134
                                                                                                    <parent_id>
135
                                                                                                        <taxonlabel>
136
                                                                                                            <rank>genus</rank>
137
                                                                                                            <taxonepithet>$genus</taxonepithet>
138
                                                                                                            <parent_id>
139
                                                                                                                <taxonlabel>
140
                                                                                                                    <rank>family</rank>
141
                                                                                                                    <taxonepithet>$family</taxonepithet>
142
                                                                                                                    <parent_id>
143
                                                                                                                        <taxonlabel>
144
                                                                                                                            <rank>order</rank>
145
                                                                                                                            <parent_id>
146
                                                                                                                                <taxonlabel>
147
                                                                                                                                    <rank>class</rank>
148
                                                                                                                                    <parent_id>
149
                                                                                                                                        <taxonlabel>
150
                                                                                                                                            <rank>phylum</rank>
151
                                                                                                                                            <parent_id>
152
                                                                                                                                                <taxonlabel>
153
                                                                                                                                                    <rank>kingdom</rank>
154
                                                                                                                                                    <taxonepithet>$Kingdom</taxonepithet>
155
                                                                                                                                                </taxonlabel>
156
                                                                                                                                            </parent_id>
157
                                                                                                                                        </taxonlabel>
158
                                                                                                                                    </parent_id>
159
                                                                                                                                </taxonlabel>
160
                                                                                                                            </parent_id>
161
                                                                                                                        </taxonlabel>
162
                                                                                                                    </parent_id>
163
                                                                                                                </taxonlabel>
164
                                                                                                            </parent_id>
165
                                                                                                        </taxonlabel>
166
                                                                                                    </parent_id>
167
                                                                                                </taxonlabel>
168
                                                                                            </parent_id>
169
                                                                                        </taxonlabel>
170
                                                                                    </parent_id>
171
                                                                                </taxonlabel>
172
                                                                            </parent_id>
173
                                                                        </taxonlabel>
174
                                                                    </parent_id>
175
                                                                </taxonlabel>
176
                                                            </parent_id>
177
                                                        </taxonlabel>
178
                                                    </parent_id>
179
                                                    <taxonomicname>
180
                                                        <_join_words>
181
                                                            <1>
182
                                                                <_taxon_family_require_std>
183
                                                                    <family>
184
                                                                        <_nullIf>
185
                                                                            <null>$ScientificName</null>
186
                                                                            <value>$family</value>
187
                                                                        </_nullIf>
188
                                                                    </family>
189
                                                                </_taxon_family_require_std>
190
                                                            </1>
191
                                                            <2>
192
                                                                <_join_words>
193
                                                                    <1>
194
                                                                        <_alt>
195
                                                                            <1>$ScientificName</1>
196
                                                                            <2>
197
                                                                                <_join_words>
198
                                                                                    <2>$genus</2>
199
                                                                                    <3>$species</3>
200
                                                                                    <4>$Subspecies</4>
201
                                                                                </_join_words>
202
                                                                            </2>
203
                                                                        </_alt>
204
                                                                    </1>
205
                                                                    <2>$ScientificNameAuthor</2>
206
                                                                </_join_words>
207
                                                            </2>
208
                                                        </_join_words>
209
                                                    </taxonomicname>
210
                                                </taxonlabel>
211
                                            </taxonlabel_id>
212
                                            <author>$ScientificNameAuthor</author>
213
                                            <family>$family</family>
214
                                            <genus>$genus</genus>
215
                                            <specific_epithet>$species</specific_epithet>
216
                                            <taxonname>$ScientificName</taxonname>
217
                                        </taxonverbatim>
218
                                    </taxonverbatim_id>
219
                                </taxondetermination>
220
                            </taxonoccurrence>
221
                        </locationevent>
222
                        <locationnarrative>$Locality</locationnarrative>
223
                        <locationplace>
224
                            <place_id>
225
                                <place>
226
                                    <coordinates_id>
227
                                        <coordinates>
228
                                            <latitude_deg>
229
                                                <_nullIf>
230
                                                    <null>0</null>
231
                                                    <type>float</type>
232
                                                    <value>$latitude</value>
233
                                                </_nullIf>
234
                                            </latitude_deg>
235
                                            <longitude_deg>
236
                                                <_nullIf>
237
                                                    <null>0</null>
238
                                                    <type>float</type>
239
                                                    <value>$longitude</value>
240
                                                </_nullIf>
241
                                            </longitude_deg>
242
                                        </coordinates>
243
                                    </coordinates_id>
244
                                    <continent>$ContinentOcean</continent>
245
                                    <country>$Country</country>
246
                                    <county>$County</county>
247
                                    <matched_place_id>
248
                                        <place>
249
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
250
                                            <coordinates_id>
251
                                                <coordinates>
252
                                                    <source_id><source><shortname>geoscrub</shortname></source></source_id>
253
                                                    <latitude_deg>
254
                                                        <_nullIf>
255
                                                            <null>0</null>
256
                                                            <type>float</type>
257
                                                            <value>$latitude</value>
258
                                                        </_nullIf>
259
                                                    </latitude_deg>
260
                                                    <longitude_deg>
261
                                                        <_nullIf>
262
                                                            <null>0</null>
263
                                                            <type>float</type>
264
                                                            <value>$longitude</value>
265
                                                        </_nullIf>
266
                                                    </longitude_deg>
267
                                                </coordinates>
268
                                            </coordinates_id>
269
                                            <country>$Country</country>
270
                                            <county>$County</county>
271
                                            <stateprovince>$StateProvince</stateprovince>
272
                                        </place>
273
                                    </matched_place_id>
274
                                    <stateprovince>$StateProvince</stateprovince>
275
                                </place>
276
                            </place_id>
277
                        </locationplace>
278
                    </location>
279
                </path>
280
            </_simplifyPath>
281
        </path>
282
    </_setDefault>
283
</VegBIEN>
284
Inserted 40 new rows into database
(5-5/6)