Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <location id="-1">
4
        <sourceaccessioncode>$PlotCD</sourceaccessioncode>
5
        <locationdetermination>
6
            <latitude>
7
                <_nullIf>
8
                    <null>0</null>
9
                    <type>float</type>
10
                    <value>$DecimalLatitude</value>
11
                </_nullIf>
12
            </latitude>
13
            <longitude>
14
                <_nullIf>
15
                    <null>0</null>
16
                    <type>float</type>
17
                    <value>$DecimalLongitude</value>
18
                </_nullIf>
19
            </longitude>
20
            <namedplace_id>
21
                <_simplifyPath>
22
                    <next>parent_id</next>
23
                    <path>
24
                        <namedplace>
25
                            <rank>county</rank>
26
                            <placename>$County</placename>
27
                            <parent_id>
28
                                <namedplace>
29
                                    <rank>stateProvince</rank>
30
                                    <placename>$StateProvince</placename>
31
                                </namedplace>
32
                            </parent_id>
33
                        </namedplace>
34
                    </path>
35
                </_simplifyPath>
36
            </namedplace_id>
37
        </locationdetermination>
38
        <locationevent>
39
            <taxonoccurrence>
40
                <aggregateoccurrence>
41
                    <collectiondate>
42
                        <_date>
43
                            <day>
44
                                <_nullIf>
45
                                    <null>0</null>
46
                                    <type>float</type>
47
                                    <value>$MeasDay</value>
48
                                </_nullIf>
49
                            </day>
50
                            <month>
51
                                <_nullIf>
52
                                    <null>0</null>
53
                                    <type>float</type>
54
                                    <value>$MeasMon</value>
55
                                </_nullIf>
56
                            </month>
57
                            <year>
58
                                <_nullIf>
59
                                    <null>0</null>
60
                                    <type>float</type>
61
                                    <value>$MeasYear</value>
62
                                </_nullIf>
63
                            </year>
64
                        </_date>
65
                    </collectiondate>
66
                    <plantobservation>
67
                        <stemobservation>
68
                            <basaldiameter>$BasalDiameter</basaldiameter>
69
                            <diameterbreastheight>$DBH</diameterbreastheight>
70
                            <height>$Height</height>
71
                            <stemtag>
72
                                <iscurrent>true</iscurrent>
73
                                <tag>$TreeTag</tag>
74
                            </stemtag>
75
                        </stemobservation>
76
                    </plantobservation>
77
                </aggregateoccurrence>
78
                <taxondetermination>
79
                    <plantconcept_id>
80
                        <plantconcept>
81
                            <plantname_id>
82
                                <_simplifyPath>
83
                                    <next>parent_id</next>
84
                                    <path>
85
                                        <plantname>
86
                                            <rank>binomial</rank>
87
                                            <parent_id>
88
                                                <plantname>
89
                                                    <rank>authority</rank>
90
                                                    <parent_id>
91
                                                        <plantname>
92
                                                            <rank>subspecies</rank>
93
                                                            <parent_id>
94
                                                                <plantname>
95
                                                                    <rank>species</rank>
96
                                                                    <plantname>$SpecificEpithet</plantname>
97
                                                                    <parent_id>
98
                                                                        <plantname>
99
                                                                            <rank>genus</rank>
100
                                                                            <plantname>$Genus</plantname>
101
                                                                        </plantname>
102
                                                                    </parent_id>
103
                                                                </plantname>
104
                                                            </parent_id>
105
                                                        </plantname>
106
                                                    </parent_id>
107
                                                </plantname>
108
                                            </parent_id>
109
                                        </plantname>
110
                                    </path>
111
                                </_simplifyPath>
112
                            </plantname_id>
113
                        </plantconcept>
114
                    </plantconcept_id>
115
                </taxondetermination>
116
            </taxonoccurrence>
117
        </locationevent>
118
    </location>
119
</VegBIEN>
120
Inserted 15 new rows into database
(8-8/9)