Project

General

Profile

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