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>
15
                    <_avg>
16
                        <max>
17
                            <_units>
18
                                <default>m</default>
19
                                <to>m</to>
20
                                <to></to>
21
                                <value>
22
                                    <_replace>
23
                                        <\bca\.?></\bca\.?>
24
                                        <value>$MaximumElevation</value>
25
                                    </_replace>
26
                                </value>
27
                            </_units>
28
                        </max>
29
                        <min>
30
                            <_units>
31
                                <default>m</default>
32
                                <to>m</to>
33
                                <to></to>
34
                                <value>
35
                                    <_rangeStart>
36
                                        <value>
37
                                            <_replace>
38
                                                <\bca\.?></\bca\.?>
39
                                                <value>$MinimumElevation</value>
40
                                            </_replace>
41
                                        </value>
42
                                    </_rangeStart>
43
                                </value>
44
                            </_units>
45
                        </min>
46
                    </_avg>
47
                </elevation>
48
                <elevationrange>
49
                    <_range>
50
                        <from>
51
                            <_units>
52
                                <default>m</default>
53
                                <to>m</to>
54
                                <to></to>
55
                                <value>
56
                                    <_rangeStart>
57
                                        <value>
58
                                            <_replace>
59
                                                <\bca\.?></\bca\.?>
60
                                                <value>$MinimumElevation</value>
61
                                            </_replace>
62
                                        </value>
63
                                    </_rangeStart>
64
                                </value>
65
                            </_units>
66
                        </from>
67
                        <to>
68
                            <_units>
69
                                <default>m</default>
70
                                <to>m</to>
71
                                <to></to>
72
                                <value>
73
                                    <_alt>
74
                                        <1>
75
                                            <_replace>
76
                                                <\bca\.?></\bca\.?>
77
                                                <value>$MaximumElevation</value>
78
                                            </_replace>
79
                                        </1>
80
                                        <2>
81
                                            <_rangeEnd>
82
                                                <value>
83
                                                    <_replace>
84
                                                        <\bca\.?></\bca\.?>
85
                                                        <value>$MinimumElevation</value>
86
                                                    </_replace>
87
                                                </value>
88
                                            </_rangeEnd>
89
                                        </2>
90
                                    </_alt>
91
                                </value>
92
                            </_units>
93
                        </to>
94
                    </_range>
95
                </elevationrange>
96
                <locationdetermination>
97
                    <latitude>
98
                        <_nullIf>
99
                            <null>0</null>
100
                            <type>float</type>
101
                            <value>$latitude</value>
102
                        </_nullIf>
103
                    </latitude>
104
                    <longitude>
105
                        <_nullIf>
106
                            <null>0</null>
107
                            <type>float</type>
108
                            <value>$longitude</value>
109
                        </_nullIf>
110
                    </longitude>
111
                    <namedplace_id>
112
                        <_simplifyPath>
113
                            <next>parent_id</next>
114
                            <path>
115
                                <namedplace>
116
                                    <rank>county</rank>
117
                                    <placename>$County</placename>
118
                                    <parent_id>
119
                                        <namedplace>
120
                                            <rank>stateProvince</rank>
121
                                            <placename>$StateProvince</placename>
122
                                            <parent_id>
123
                                                <namedplace>
124
                                                    <rank>country</rank>
125
                                                    <placename>$Country</placename>
126
                                                    <parent_id>
127
                                                        <namedplace>
128
                                                            <rank>continent</rank>
129
                                                            <placename>$ContinentOcean</placename>
130
                                                        </namedplace>
131
                                                    </parent_id>
132
                                                </namedplace>
133
                                            </parent_id>
134
                                        </namedplace>
135
                                    </parent_id>
136
                                </namedplace>
137
                            </path>
138
                        </_simplifyPath>
139
                    </namedplace_id>
140
                </locationdetermination>
141
                <locationevent>
142
                    <taxonoccurrence>
143
                        <aggregateoccurrence>
144
                            <collectiondate>
145
                                <_date>
146
                                    <day>
147
                                        <_nullIf>
148
                                            <null>0</null>
149
                                            <type>float</type>
150
                                            <value>$DayCollected</value>
151
                                        </_nullIf>
152
                                    </day>
153
                                    <month>
154
                                        <_nullIf>
155
                                            <null>0</null>
156
                                            <type>float</type>
157
                                            <value>$MonthCollected</value>
158
                                        </_nullIf>
159
                                    </month>
160
                                    <year>
161
                                        <_nullIf>
162
                                            <null>0</null>
163
                                            <type>float</type>
164
                                            <value>$YearCollected</value>
165
                                        </_nullIf>
166
                                    </year>
167
                                </_date>
168
                            </collectiondate>
169
                            <count>$IndividualCount</count>
170
                            <notes>
171
                                <_alt>
172
                                    <0>$convertednotes</0>
173
                                    <1>$notes</1>
174
                                </_alt>
175
                            </notes>
176
                            <plantobservation>
177
                                <collectionnumber>$CollectorNumber</collectionnumber>
178
                                <specimenreplicate>
179
                                    <catalognumber_dwc>$CatalogNumber</catalognumber_dwc>
180
                                    <collectioncode_dwc>$CollectionCode</collectioncode_dwc>
181
                                    <institution_id><party><organizationname>$InstitutionCode</organizationname></party></institution_id>
182
                                </specimenreplicate>
183
                            </plantobservation>
184
                        </aggregateoccurrence>
185
                        <authortaxoncode>
186
                            <_alt>
187
                                <1>$CollectorNumber</1>
188
                                <2>$ScientificName</2>
189
                            </_alt>
190
                        </authortaxoncode>
191
                        <taxondetermination>
192
                            <party_id>
193
                                <party>
194
                                    <givenname><_namePart><first>$IdentifiedBy</first></_namePart></givenname>
195
                                    <middlename><_namePart><middle>$IdentifiedBy</middle></_namePart></middlename>
196
                                    <surname><_namePart><last>$IdentifiedBy</last></_namePart></surname>
197
                                </party>
198
                            </party_id>
199
                            <plantconcept_id>
200
                                <plantconcept>
201
                                    <plantname_id>
202
                                        <_simplifyPath>
203
                                            <next>parent_id</next>
204
                                            <path>
205
                                                <plantname>
206
                                                    <rank>binomial</rank>
207
                                                    <plantname>$ScientificName</plantname>
208
                                                    <parent_id>
209
                                                        <plantname>
210
                                                            <rank>authority</rank>
211
                                                            <plantname>$ScientificNameAuthor</plantname>
212
                                                            <parent_id>
213
                                                                <plantname>
214
                                                                    <rank>subspecies</rank>
215
                                                                    <plantname>$Subspecies</plantname>
216
                                                                    <parent_id>
217
                                                                        <plantname>
218
                                                                            <rank>species</rank>
219
                                                                            <plantname>$species</plantname>
220
                                                                            <parent_id>
221
                                                                                <plantname>
222
                                                                                    <rank>genus</rank>
223
                                                                                    <plantname>$genus</plantname>
224
                                                                                    <parent_id>
225
                                                                                        <plantname>
226
                                                                                            <rank>family</rank>
227
                                                                                            <plantname>$family</plantname>
228
                                                                                            <parent_id>
229
                                                                                                <plantname>
230
                                                                                                    <rank>order</rank>
231
                                                                                                    <parent_id>
232
                                                                                                        <plantname>
233
                                                                                                            <rank>class</rank>
234
                                                                                                            <parent_id>
235
                                                                                                                <plantname>
236
                                                                                                                    <rank>subkingdom</rank>
237
                                                                                                                    <parent_id>
238
                                                                                                                        <plantname>
239
                                                                                                                            <rank>kingdom</rank>
240
                                                                                                                            <plantname>$Kingdom</plantname>
241
                                                                                                                        </plantname>
242
                                                                                                                    </parent_id>
243
                                                                                                                </plantname>
244
                                                                                                            </parent_id>
245
                                                                                                        </plantname>
246
                                                                                                    </parent_id>
247
                                                                                                </plantname>
248
                                                                                            </parent_id>
249
                                                                                        </plantname>
250
                                                                                    </parent_id>
251
                                                                                </plantname>
252
                                                                            </parent_id>
253
                                                                        </plantname>
254
                                                                    </parent_id>
255
                                                                </plantname>
256
                                                            </parent_id>
257
                                                        </plantname>
258
                                                    </parent_id>
259
                                                </plantname>
260
                                            </path>
261
                                        </_simplifyPath>
262
                                    </plantname_id>
263
                                </plantconcept>
264
                            </plantconcept_id>
265
                        </taxondetermination>
266
                        <verbatimcollectorname>$Collector</verbatimcollectorname>
267
                    </taxonoccurrence>
268
                </locationevent>
269
                <locationnarrative>$Locality</locationnarrative>
270
            </location>
271
        </path>
272
    </_simplifyPath>
273
</VegBIEN>
274
Inserted 38 new rows into database
(8-8/8)