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>
81
                            <_alt>
82
                                <1>$CollectorNumber</1>
83
                                <2>$ScientificName</2>
84
                            </_alt>
85
                        </authortaxoncode>
86
                        <taxondetermination>
87
                            <party_id>
88
                                <party>
89
                                    <givenname><_namePart><first>$IdentifiedBy</first></_namePart></givenname>
90
                                    <middlename><_namePart><middle>$IdentifiedBy</middle></_namePart></middlename>
91
                                    <surname><_namePart><last>$IdentifiedBy</last></_namePart></surname>
92
                                </party>
93
                            </party_id>
94
                            <taxonpath_id>
95
                                <taxonpath>
96
                                    <family>$family</family>
97
                                    <genus>$genus</genus>
98
                                    <kingdom>$Kingdom</kingdom>
99
                                    <scientificname>$ScientificName</scientificname>
100
                                    <scientificnameauthor>$ScientificNameAuthor</scientificnameauthor>
101
                                    <species>$species</species>
102
                                    <subspecies>$Subspecies</subspecies>
103
                                </taxonpath>
104
                            </taxonpath_id>
105
                        </taxondetermination>
106
                        <verbatimcollectorname>$Collector</verbatimcollectorname>
107
                    </taxonoccurrence>
108
                </locationevent>
109
                <locationnarrative>$Locality</locationnarrative>
110
                <locationplace>
111
                    <placepath_id>
112
                        <placepath>
113
                            <continent>$ContinentOcean</continent>
114
                            <country>$Country</country>
115
                            <county>$County</county>
116
                            <stateprovince>$StateProvince</stateprovince>
117
                        </placepath>
118
                    </placepath_id>
119
                </locationplace>
120
            </location>
121
        </path>
122
    </_simplifyPath>
123
</VegBIEN>
124
Inserted 24 new rows into database
(5-5/5)