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
                        <namedplace>
113
                            <rank>county</rank>
114
                            <placename>$County</placename>
115
                            <parent_id>
116
                                <namedplace>
117
                                    <rank>stateProvince</rank>
118
                                    <placename>$StateProvince</placename>
119
                                    <parent_id>
120
                                        <namedplace>
121
                                            <rank>country</rank>
122
                                            <placename>$Country</placename>
123
                                            <parent_id>
124
                                                <namedplace>
125
                                                    <rank>continent</rank>
126
                                                    <placename>$ContinentOcean</placename>
127
                                                </namedplace>
128
                                            </parent_id>
129
                                        </namedplace>
130
                                    </parent_id>
131
                                </namedplace>
132
                            </parent_id>
133
                        </namedplace>
134
                    </namedplace_id>
135
                </locationdetermination>
136
                <locationevent>
137
                    <taxonoccurrence>
138
                        <aggregateoccurrence>
139
                            <collectiondate>
140
                                <_date>
141
                                    <day>
142
                                        <_nullIf>
143
                                            <null>0</null>
144
                                            <type>float</type>
145
                                            <value>$DayCollected</value>
146
                                        </_nullIf>
147
                                    </day>
148
                                    <month>
149
                                        <_nullIf>
150
                                            <null>0</null>
151
                                            <type>float</type>
152
                                            <value>$MonthCollected</value>
153
                                        </_nullIf>
154
                                    </month>
155
                                    <year>
156
                                        <_nullIf>
157
                                            <null>0</null>
158
                                            <type>float</type>
159
                                            <value>$YearCollected</value>
160
                                        </_nullIf>
161
                                    </year>
162
                                </_date>
163
                            </collectiondate>
164
                            <count>$IndividualCount</count>
165
                            <notes>
166
                                <_alt>
167
                                    <0>$convertednotes</0>
168
                                    <1>$notes</1>
169
                                </_alt>
170
                            </notes>
171
                            <plantobservation>
172
                                <collectionnumber>$CollectorNumber</collectionnumber>
173
                                <specimenreplicate>
174
                                    <catalognumber_dwc>$CatalogNumber</catalognumber_dwc>
175
                                    <collectioncode_dwc>$CollectionCode</collectioncode_dwc>
176
                                    <institution_id><party><organizationname>$InstitutionCode</organizationname></party></institution_id>
177
                                </specimenreplicate>
178
                            </plantobservation>
179
                        </aggregateoccurrence>
180
                        <authortaxoncode>
181
                            <_alt>
182
                                <1>$CollectorNumber</1>
183
                                <2>$ScientificName</2>
184
                            </_alt>
185
                        </authortaxoncode>
186
                        <taxondetermination>
187
                            <party_id>
188
                                <party>
189
                                    <givenname><_namePart><first>$IdentifiedBy</first></_namePart></givenname>
190
                                    <middlename><_namePart><middle>$IdentifiedBy</middle></_namePart></middlename>
191
                                    <surname><_namePart><last>$IdentifiedBy</last></_namePart></surname>
192
                                </party>
193
                            </party_id>
194
                            <plantconcept_id>
195
                                <plantconcept>
196
                                    <family>$family</family>
197
                                    <genus>$genus</genus>
198
                                    <kingdom>$Kingdom</kingdom>
199
                                    <scientificname>$ScientificName</scientificname>
200
                                    <scientificnameauthor>$ScientificNameAuthor</scientificnameauthor>
201
                                    <species>$species</species>
202
                                    <subspecies>$Subspecies</subspecies>
203
                                </plantconcept>
204
                            </plantconcept_id>
205
                        </taxondetermination>
206
                        <verbatimcollectorname>$Collector</verbatimcollectorname>
207
                    </taxonoccurrence>
208
                </locationevent>
209
                <locationnarrative>$Locality</locationnarrative>
210
            </location>
211
        </path>
212
    </_simplifyPath>
213
</VegBIEN>
214
Inserted 26 new rows into database
(5-5/5)