Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <location id="-1">
4
        <authorlocationcode>
5
            <_alt>
6
                <3>$ID</3>
7
                <4>$Barcode</4>
8
            </_alt>
9
        </authorlocationcode>
10
        <locationdetermination>
11
            <latitude>
12
                <_nullIf>
13
                    <null>0</null>
14
                    <type>float</type>
15
                    <value>$Lat</value>
16
                </_nullIf>
17
            </latitude>
18
            <longitude>
19
                <_nullIf>
20
                    <null>0</null>
21
                    <type>float</type>
22
                    <value>$Long</value>
23
                </_nullIf>
24
            </longitude>
25
            <namedplace_id>
26
                <_simplifyPath>
27
                    <next>parent_id/namedplace</next>
28
                    <require>placename</require>
29
                    <path>
30
                        <namedplace>
31
                            <rank>county</rank>
32
                            <parent_id>
33
                                <namedplace>
34
                                    <rank>stateProvince</rank>
35
                                    <parent_id>
36
                                        <namedplace>
37
                                            <rank>country</rank>
38
                                            <placename>$Country</placename>
39
                                        </namedplace>
40
                                    </parent_id>
41
                                </namedplace>
42
                            </parent_id>
43
                        </namedplace>
44
                    </path>
45
                </_simplifyPath>
46
            </namedplace_id>
47
        </locationdetermination>
48
        <locationevent>
49
            <obsenddate>
50
                <_date>
51
                    <date>
52
                        <_dateRangeEnd>
53
                            <value>
54
                                <_date>
55
                                    <day>
56
                                        <_nullIf>
57
                                            <null>0</null>
58
                                            <type>float</type>
59
                                            <value>$Colldd</value>
60
                                        </_nullIf>
61
                                    </day>
62
                                    <month>
63
                                        <_nullIf>
64
                                            <null>0</null>
65
                                            <type>float</type>
66
                                            <value>$Collmm</value>
67
                                        </_nullIf>
68
                                    </month>
69
                                    <year>
70
                                        <_nullIf>
71
                                            <null>0</null>
72
                                            <type>float</type>
73
                                            <value>$Collyy</value>
74
                                        </_nullIf>
75
                                    </year>
76
                                </_date>
77
                            </value>
78
                        </_dateRangeEnd>
79
                    </date>
80
                </_date>
81
            </obsenddate>
82
            <obsstartdate>
83
                <_date>
84
                    <date>
85
                        <_dateRangeStart>
86
                            <value>
87
                                <_date>
88
                                    <day>
89
                                        <_nullIf>
90
                                            <null>0</null>
91
                                            <type>float</type>
92
                                            <value>$Colldd</value>
93
                                        </_nullIf>
94
                                    </day>
95
                                    <month>
96
                                        <_nullIf>
97
                                            <null>0</null>
98
                                            <type>float</type>
99
                                            <value>$Collmm</value>
100
                                        </_nullIf>
101
                                    </month>
102
                                    <year>
103
                                        <_nullIf>
104
                                            <null>0</null>
105
                                            <type>float</type>
106
                                            <value>$Collyy</value>
107
                                        </_nullIf>
108
                                    </year>
109
                                </_date>
110
                            </value>
111
                        </_dateRangeStart>
112
                    </date>
113
                </_date>
114
            </obsstartdate>
115
            <taxonoccurrence>
116
                <aggregateoccurrence>
117
                    <collectiondate>
118
                        <_date>
119
                            <date>
120
                                <_date>
121
                                    <day>
122
                                        <_nullIf>
123
                                            <null>0</null>
124
                                            <type>float</type>
125
                                            <value>$Colldd</value>
126
                                        </_nullIf>
127
                                    </day>
128
                                    <month>
129
                                        <_nullIf>
130
                                            <null>0</null>
131
                                            <type>float</type>
132
                                            <value>$Collmm</value>
133
                                        </_nullIf>
134
                                    </month>
135
                                    <year>
136
                                        <_nullIf>
137
                                            <null>0</null>
138
                                            <type>float</type>
139
                                            <value>$Collyy</value>
140
                                        </_nullIf>
141
                                    </year>
142
                                </_date>
143
                            </date>
144
                        </_date>
145
                    </collectiondate>
146
                    <notes>$Notes</notes>
147
                    <plantobservation>
148
                        <collectionnumber>$Number</collectionnumber>
149
                        <specimenreplicate>
150
                            <catalognumber_dwc>$Barcode</catalognumber_dwc>
151
                            <sourceaccessioncode>$ID</sourceaccessioncode>
152
                        </specimenreplicate>
153
                    </plantobservation>
154
                </aggregateoccurrence>
155
                <authortaxoncode>$Number</authortaxoncode>
156
                <taxondetermination>
157
                    <isoriginal>true</isoriginal>
158
                    <role>identifier</role>
159
                    <party_id>
160
                        <party>
161
                            <givenname><_namePart><first>$Detby</first></_namePart></givenname>
162
                            <middlename><_namePart><middle>$Detby</middle></_namePart></middlename>
163
                            <surname><_namePart><last>$Detby</last></_namePart></surname>
164
                        </party>
165
                    </party_id>
166
                    <plantconcept_id>
167
                        <plantconcept>
168
                            <plantname_id>
169
                                <_simplifyPath>
170
                                    <next>parent_id/plantname</next>
171
                                    <require>plantname</require>
172
                                    <path>
173
                                        <plantname>
174
                                            <rank>binomial</rank>
175
                                            <parent_id>
176
                                                <plantname>
177
                                                    <rank>authority</rank>
178
                                                    <parent_id>
179
                                                        <plantname>
180
                                                            <rank>subspecies</rank>
181
                                                            <parent_id>
182
                                                                <plantname>
183
                                                                    <rank>species</rank>
184
                                                                    <parent_id>
185
                                                                        <plantname>
186
                                                                            <rank>genus</rank>
187
                                                                            <plantname>$Genus</plantname>
188
                                                                            <parent_id>
189
                                                                                <plantname>
190
                                                                                    <rank>family</rank>
191
                                                                                    <plantname>$Family</plantname>
192
                                                                                </plantname>
193
                                                                            </parent_id>
194
                                                                        </plantname>
195
                                                                    </parent_id>
196
                                                                </plantname>
197
                                                            </parent_id>
198
                                                        </plantname>
199
                                                    </parent_id>
200
                                                </plantname>
201
                                            </parent_id>
202
                                        </plantname>
203
                                    </path>
204
                                </_simplifyPath>
205
                            </plantname_id>
206
                        </plantconcept>
207
                    </plantconcept_id>
208
                    <determinationdate>
209
                        <_date>
210
                            <date>
211
                                <_dateRangeStart>
212
                                    <value>
213
                                        <_date>
214
                                            <year>
215
                                                <_nullIf>
216
                                                    <null>0</null>
217
                                                    <type>float</type>
218
                                                    <value>$Detyy</value>
219
                                                </_nullIf>
220
                                            </year>
221
                                        </_date>
222
                                    </value>
223
                                </_dateRangeStart>
224
                            </date>
225
                        </_date>
226
                    </determinationdate>
227
                    <taxonfit>$cf</taxonfit>
228
                </taxondetermination>
229
                <verbatimcollectorname>
230
                    <_merge>
231
                        <1>$Collector</1>
232
                        <2>$Addcoll</2>
233
                    </_merge>
234
                </verbatimcollectorname>
235
                <voucher><specimenreplicate_id><specimenreplicate><catalognumber_dwc/></specimenreplicate></specimenreplicate_id></voucher>
236
            </taxonoccurrence>
237
        </locationevent>
238
        <locationnarrative>
239
            <_merge>
240
                <2>
241
                    <_merge>
242
                        <1>
243
                            <_label>
244
                                <label>gazetteer</label>
245
                                <value>
246
                                    <_merge>
247
                                        <1>$Gazetteer</1>
248
                                        <2>$Newgazett</2>
249
                                    </_merge>
250
                                </value>
251
                            </_label>
252
                        </1>
253
                        <2>$Locnotes</2>
254
                    </_merge>
255
                </2>
256
                <3>
257
                    <_label>
258
                        <label>habitat</label>
259
                        <value>$Ecology</value>
260
                    </_label>
261
                </3>
262
            </_merge>
263
        </locationnarrative>
264
    </location>
265
</VegBIEN>
266
Inserted 26 new rows into database
(7-7/7)