Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <location id="-1">
4
        <locationdetermination>
5
            <coordsaccuracy><_noCV><value><_alt><1>$Accuracy</1></_alt></value></_noCV></coordsaccuracy>
6
            <latitude>
7
                <_alt>
8
                    <1>
9
                        <_nullIf>
10
                            <null>0</null>
11
                            <type>float</type>
12
                            <value>
13
                                <_replace>
14
                                    <\?$></\?$>
15
                                    <value>$Lat (-=S)</value>
16
                                </_replace>
17
                            </value>
18
                        </_nullIf>
19
                    </1>
20
                </_alt>
21
            </latitude>
22
            <longitude>
23
                <_alt>
24
                    <1>
25
                        <_nullIf>
26
                            <null>0</null>
27
                            <type>float</type>
28
                            <value>
29
                                <_replace>
30
                                    <\?$></\?$>
31
                                    <value>$Long (-=W)</value>
32
                                </_replace>
33
                            </value>
34
                        </_nullIf>
35
                    </1>
36
                </_alt>
37
            </longitude>
38
            <namedplace_id>
39
                <_simplifyPath>
40
                    <next>parent_id/namedplace</next>
41
                    <require>placename</require>
42
                    <path>
43
                        <namedplace>
44
                            <rank>county</rank>
45
                            <placename>$County</placename>
46
                            <parent_id>
47
                                <namedplace>
48
                                    <rank>stateProvince</rank>
49
                                    <placename>$State</placename>
50
                                    <parent_id>
51
                                        <namedplace>
52
                                            <rank>country</rank>
53
                                            <placename>$Country</placename>
54
                                        </namedplace>
55
                                    </parent_id>
56
                                </namedplace>
57
                            </parent_id>
58
                        </namedplace>
59
                    </path>
60
                </_simplifyPath>
61
            </namedplace_id>
62
        </locationdetermination>
63
        <locationevent>
64
            <obsenddate><_date><date><_dateRangeEnd><value><_alt><3>$Collect Date</3></_alt></value></_dateRangeEnd></date></_date></obsenddate>
65
            <obsstartdate><_date><date><_dateRangeStart><value><_alt><3>$Collect Date</3></_alt></value></_dateRangeStart></date></_date></obsstartdate>
66
            <taxonoccurrence>
67
                <aggregateoccurrence>
68
                    <plantobservation>
69
                        <specimenreplicate>
70
                            <catalognumber_dwc>$Barcode</catalognumber_dwc>
71
                            <collectioncode_dwc>$SeriesName</collectioncode_dwc>
72
                            <growthform>
73
                                <_map>
74
                                    <tree>*</tree>
75
                                    <shrub>*</shrub>
76
                                    <liana>*</liana>
77
                                    <vine>*</vine>
78
                                    <herb>*</herb>
79
                                    <hemiepiphyte>*</hemiepiphyte>
80
                                    <epiphyte>*</epiphyte>
81
                                    <grass>*</grass>
82
                                    <forb>*</forb>
83
                                    <moss>*</moss>
84
                                    <lichen>*</lichen>
85
                                    <fungus>*</fungus>
86
                                    <floating aquatic>*</floating aquatic>
87
                                    <submerged aquatic>*</submerged aquatic>
88
                                    <*></*>
89
                                    <value>
90
                                        <_map>
91
                                            <Yes>cultivated</Yes>
92
                                            <No>wild</No>
93
                                            <value>$Cultivated?</value>
94
                                        </_map>
95
                                    </value>
96
                                </_map>
97
                            </growthform>
98
                            <iscultivated>
99
                                <_map>
100
                                    <cultivated>t</cultivated>
101
                                    <wild>f</wild>
102
                                    <*></*>
103
                                    <value>
104
                                        <_map>
105
                                            <Yes>cultivated</Yes>
106
                                            <No>wild</No>
107
                                            <value>$Cultivated?</value>
108
                                        </_map>
109
                                    </value>
110
                                </_map>
111
                            </iscultivated>
112
                            <isnative>
113
                                <_map>
114
                                    <native>t</native>
115
                                    <exotic>f</exotic>
116
                                    <*></*>
117
                                    <value>
118
                                        <_map>
119
                                            <Yes>cultivated</Yes>
120
                                            <No>wild</No>
121
                                            <value>$Cultivated?</value>
122
                                        </_map>
123
                                    </value>
124
                                </_map>
125
                            </isnative>
126
                            <sourceaccessioncode>$Accession Number</sourceaccessioncode>
127
                        </specimenreplicate>
128
                    </plantobservation>
129
                </aggregateoccurrence>
130
                <taxondetermination>
131
                    <isoriginal>true</isoriginal>
132
                    <iscurrent>true</iscurrent>
133
                    <role>identifier</role>
134
                    <plantconcept_id>
135
                        <plantconcept>
136
                            <plantname_id>
137
                                <_simplifyPath>
138
                                    <next>parent_id/plantname</next>
139
                                    <require>plantname</require>
140
                                    <path>
141
                                        <plantname>
142
                                            <rank>binomial</rank>
143
                                            <plantname>$Full Taxon Name</plantname>
144
                                        </plantname>
145
                                    </path>
146
                                </_simplifyPath>
147
                            </plantname_id>
148
                        </plantconcept>
149
                    </plantconcept_id>
150
                </taxondetermination>
151
            </taxonoccurrence>
152
        </locationevent>
153
        <sourceaccessioncode>
154
            <_alt>
155
                <1>$Accession Number</1>
156
                <2>
157
                    <_merge>
158
                        <2>$SeriesName</2>
159
                        <3>$Barcode</3>
160
                    </_merge>
161
                </2>
162
            </_alt>
163
        </sourceaccessioncode>
164
    </location>
165
</VegBIEN>
166
Inserted 26 new rows into database
    (1-1/1)