Project

General

Profile

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