Project

General

Profile

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