Project

General

Profile

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