Project

General

Profile

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