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
                        <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
                    </namedplace_id>
35
                </locationdetermination>
36
                <locationevent>
37
                    <taxonoccurrence>
38
                        <aggregateoccurrence>
39
                            <collectiondate>
40
                                <_date>
41
                                    <day>
42
                                        <_nullIf>
43
                                            <null>0</null>
44
                                            <type>float</type>
45
                                            <value>$MeasDay</value>
46
                                        </_nullIf>
47
                                    </day>
48
                                    <month>
49
                                        <_nullIf>
50
                                            <null>0</null>
51
                                            <type>float</type>
52
                                            <value>$MeasMon</value>
53
                                        </_nullIf>
54
                                    </month>
55
                                    <year>
56
                                        <_nullIf>
57
                                            <null>0</null>
58
                                            <type>float</type>
59
                                            <value>$MeasYear</value>
60
                                        </_nullIf>
61
                                    </year>
62
                                </_date>
63
                            </collectiondate>
64
                            <plantobservation>
65
                                <stemobservation>
66
                                    <basaldiameter>$BasalDiameter</basaldiameter>
67
                                    <diameterbreastheight>$DBH</diameterbreastheight>
68
                                    <height>$Height</height>
69
                                    <stemtag>
70
                                        <iscurrent>true</iscurrent>
71
                                        <tag>$TreeTag</tag>
72
                                    </stemtag>
73
                                </stemobservation>
74
                            </plantobservation>
75
                        </aggregateoccurrence>
76
                        <taxondetermination>
77
                            <taxonpath_id>
78
                                <taxonpath>
79
                                    <genus>$Genus</genus>
80
                                    <species>$SpecificEpithet</species>
81
                                </taxonpath>
82
                            </taxonpath_id>
83
                        </taxondetermination>
84
                    </taxonoccurrence>
85
                </locationevent>
86
            </location>
87
        </path>
88
    </_simplifyPath>
89
</VegBIEN>
90
Inserted 13 new rows into database
(5-5/5)