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
                <locationcoords>
9
                    <latitude_deg>
10
                        <_nullIf>
11
                            <null>0</null>
12
                            <type>float</type>
13
                            <value>$DecimalLatitude</value>
14
                        </_nullIf>
15
                    </latitude_deg>
16
                    <longitude_deg>
17
                        <_nullIf>
18
                            <null>0</null>
19
                            <type>float</type>
20
                            <value>$DecimalLongitude</value>
21
                        </_nullIf>
22
                    </longitude_deg>
23
                </locationcoords>
24
                <locationevent>
25
                    <taxonoccurrence>
26
                        <aggregateoccurrence>
27
                            <collectiondate>
28
                                <_date>
29
                                    <day>
30
                                        <_nullIf>
31
                                            <null>0</null>
32
                                            <type>float</type>
33
                                            <value>$MeasDay</value>
34
                                        </_nullIf>
35
                                    </day>
36
                                    <month>
37
                                        <_nullIf>
38
                                            <null>0</null>
39
                                            <type>float</type>
40
                                            <value>$MeasMon</value>
41
                                        </_nullIf>
42
                                    </month>
43
                                    <year>
44
                                        <_nullIf>
45
                                            <null>0</null>
46
                                            <type>float</type>
47
                                            <value>$MeasYear</value>
48
                                        </_nullIf>
49
                                    </year>
50
                                </_date>
51
                            </collectiondate>
52
                            <plantobservation>
53
                                <stemobservation>
54
                                    <basaldiameter_m>$BasalDiameter</basaldiameter_m>
55
                                    <diameterbreastheight_m>$DBH</diameterbreastheight_m>
56
                                    <height_m>$Height</height_m>
57
                                    <stemtag>
58
                                        <iscurrent>true</iscurrent>
59
                                        <tag>$TreeTag</tag>
60
                                    </stemtag>
61
                                </stemobservation>
62
                            </plantobservation>
63
                        </aggregateoccurrence>
64
                        <taxondetermination>
65
                            <taxonpath_id>
66
                                <taxonpath>
67
                                    <genus>$Genus</genus>
68
                                    <species>$SpecificEpithet</species>
69
                                </taxonpath>
70
                            </taxonpath_id>
71
                        </taxondetermination>
72
                    </taxonoccurrence>
73
                </locationevent>
74
                <locationplace>
75
                    <placepath_id>
76
                        <placepath>
77
                            <county>$County</county>
78
                            <stateprovince>$StateProvince</stateprovince>
79
                        </placepath>
80
                    </placepath_id>
81
                </locationplace>
82
            </location>
83
        </path>
84
    </_simplifyPath>
85
</VegBIEN>
86
Inserted 13 new rows into database
(5-5/5)