Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <location id="-1">
4
        <authorlocationcode>
5
            <_alt>
6
                <1>$ID</1>
7
                <2>$Barcode</2>
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
                    <party_id>
158
                        <party>
159
                            <givenname><_namePart><first>$Detby</first></_namePart></givenname>
160
                            <middlename><_namePart><middle>$Detby</middle></_namePart></middlename>
161
                            <surname><_namePart><last>$Detby</last></_namePart></surname>
162
                        </party>
163
                    </party_id>
164
                    <plantconcept_id>
165
                        <plantconcept>
166
                            <plantname_id>
167
                                <_simplifyPath>
168
                                    <next>parent_id</next>
169
                                    <path>
170
                                        <plantname>
171
                                            <rank>binomial</rank>
172
                                            <parent_id>
173
                                                <plantname>
174
                                                    <rank>authority</rank>
175
                                                    <parent_id>
176
                                                        <plantname>
177
                                                            <rank>subspecies</rank>
178
                                                            <parent_id>
179
                                                                <plantname>
180
                                                                    <rank>species</rank>
181
                                                                    <parent_id>
182
                                                                        <plantname>
183
                                                                            <rank>genus</rank>
184
                                                                            <plantname>$Genus</plantname>
185
                                                                            <parent_id>
186
                                                                                <plantname>
187
                                                                                    <rank>family</rank>
188
                                                                                    <plantname>$Family</plantname>
189
                                                                                </plantname>
190
                                                                            </parent_id>
191
                                                                        </plantname>
192
                                                                    </parent_id>
193
                                                                </plantname>
194
                                                            </parent_id>
195
                                                        </plantname>
196
                                                    </parent_id>
197
                                                </plantname>
198
                                            </parent_id>
199
                                        </plantname>
200
                                    </path>
201
                                </_simplifyPath>
202
                            </plantname_id>
203
                        </plantconcept>
204
                    </plantconcept_id>
205
                    <determinationdate>
206
                        <_date>
207
                            <date>
208
                                <_dateRangeStart>
209
                                    <value>
210
                                        <_date>
211
                                            <year>
212
                                                <_nullIf>
213
                                                    <null>0</null>
214
                                                    <type>float</type>
215
                                                    <value>$Detyy</value>
216
                                                </_nullIf>
217
                                            </year>
218
                                        </_date>
219
                                    </value>
220
                                </_dateRangeStart>
221
                            </date>
222
                        </_date>
223
                    </determinationdate>
224
                    <taxonfit>$cf</taxonfit>
225
                </taxondetermination>
226
                <verbatimcollectorname>
227
                    <_merge>
228
                        <1>$Collector</1>
229
                        <2>$Addcoll</2>
230
                    </_merge>
231
                </verbatimcollectorname>
232
            </taxonoccurrence>
233
        </locationevent>
234
        <locationnarrative>
235
            <_merge>
236
                <2>
237
                    <_merge>
238
                        <1>
239
                            <_label>
240
                                <label>gazetteer</label>
241
                                <value>
242
                                    <_merge>
243
                                        <1>$Gazetteer</1>
244
                                        <2>$Newgazett</2>
245
                                    </_merge>
246
                                </value>
247
                            </_label>
248
                        </1>
249
                        <2>$Locnotes</2>
250
                    </_merge>
251
                </2>
252
                <3>
253
                    <_label>
254
                        <label>habitat</label>
255
                        <value>$Ecology</value>
256
                    </_label>
257
                </3>
258
            </_merge>
259
        </locationnarrative>
260
    </location>
261
</VegBIEN>
262
Inserted 26 new rows into database
(7-7/7)