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_m>
15
                    <_avg>
16
                        <max>$MaximumElevation</max>
17
                        <min>$MinimumElevation</min>
18
                    </_avg>
19
                </elevation_m>
20
                <locationcoords>
21
                    <latitude_deg>
22
                        <_nullIf>
23
                            <null>0</null>
24
                            <type>float</type>
25
                            <value>$latitude</value>
26
                        </_nullIf>
27
                    </latitude_deg>
28
                    <longitude_deg>
29
                        <_nullIf>
30
                            <null>0</null>
31
                            <type>float</type>
32
                            <value>$longitude</value>
33
                        </_nullIf>
34
                    </longitude_deg>
35
                </locationcoords>
36
                <locationevent>
37
                    <taxonoccurrence>
38
                        <aggregateoccurrence>
39
                            <collectiondate>
40
                                <_date>
41
                                    <day>
42
                                        <_nullIf>
43
                                            <null>0</null>
44
                                            <type>float</type>
45
                                            <value>$DayCollected</value>
46
                                        </_nullIf>
47
                                    </day>
48
                                    <month>
49
                                        <_nullIf>
50
                                            <null>0</null>
51
                                            <type>float</type>
52
                                            <value>$MonthCollected</value>
53
                                        </_nullIf>
54
                                    </month>
55
                                    <year>
56
                                        <_nullIf>
57
                                            <null>0</null>
58
                                            <type>float</type>
59
                                            <value>$YearCollected</value>
60
                                        </_nullIf>
61
                                    </year>
62
                                </_date>
63
                            </collectiondate>
64
                            <count>$IndividualCount</count>
65
                            <notes>
66
                                <_alt>
67
                                    <0>$convertednotes</0>
68
                                    <1>$notes</1>
69
                                </_alt>
70
                            </notes>
71
                            <plantobservation>
72
                                <collectionnumber>$CollectorNumber</collectionnumber>
73
                                <specimenreplicate>
74
                                    <catalognumber_dwc>$CatalogNumber</catalognumber_dwc>
75
                                    <collectioncode_dwc>$CollectionCode</collectioncode_dwc>
76
                                    <institution_id><party><organizationname>$InstitutionCode</organizationname></party></institution_id>
77
                                </specimenreplicate>
78
                            </plantobservation>
79
                        </aggregateoccurrence>
80
                        <authortaxoncode>$CollectorNumber</authortaxoncode>
81
                        <taxondetermination>
82
                            <party_id>
83
                                <party>
84
                                    <givenname><_namePart><first>$IdentifiedBy</first></_namePart></givenname>
85
                                    <middlename><_namePart><middle>$IdentifiedBy</middle></_namePart></middlename>
86
                                    <surname><_namePart><last>$IdentifiedBy</last></_namePart></surname>
87
                                </party>
88
                            </party_id>
89
                            <taxonpath_id>
90
                                <taxonpath>
91
                                    <author>$ScientificNameAuthor</author>
92
                                    <family>$family</family>
93
                                    <genus>$genus</genus>
94
                                    <kingdom>$Kingdom</kingdom>
95
                                    <species>$species</species>
96
                                    <subspecies>$Subspecies</subspecies>
97
                                    <taxonomicname>$ScientificName</taxonomicname>
98
                                    <taxonomicnamewithauthor>
99
                                        <_join_words>
100
                                            <1>$ScientificName</1>
101
                                            <2>$ScientificNameAuthor</2>
102
                                        </_join_words>
103
                                    </taxonomicnamewithauthor>
104
                                </taxonpath>
105
                            </taxonpath_id>
106
                        </taxondetermination>
107
                        <verbatimcollectorname>$Collector</verbatimcollectorname>
108
                    </taxonoccurrence>
109
                </locationevent>
110
                <locationnarrative>$Locality</locationnarrative>
111
                <locationplace>
112
                    <placepath_id>
113
                        <placepath>
114
                            <continent>$ContinentOcean</continent>
115
                            <country>$Country</country>
116
                            <county>$County</county>
117
                            <stateprovince>$StateProvince</stateprovince>
118
                        </placepath>
119
                    </placepath_id>
120
                </locationplace>
121
            </location>
122
        </path>
123
    </_simplifyPath>
124
</VegBIEN>
125
Inserted 23 new rows into database
(5-5/6)