Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_simplifyPath id="-1">
4
        <next>parent_id</next>
5
        <path>
6
            <location>
7
                <authorlocationcode>$authorObsCode</authorlocationcode>
8
                <locationdetermination>
9
                    <coordsaccuracy><_noCV><value>$locationAccuracy-m</value></_noCV></coordsaccuracy>
10
                    <latitude>
11
                        <_nullIf>
12
                            <null>0</null>
13
                            <type>float</type>
14
                            <value>$publicLatitude</value>
15
                        </_nullIf>
16
                    </latitude>
17
                    <longitude>
18
                        <_nullIf>
19
                            <null>0</null>
20
                            <type>float</type>
21
                            <value>$publicLongitude</value>
22
                        </_nullIf>
23
                    </longitude>
24
                    <namedplace_id>
25
                        <namedplace>
26
                            <rank>county</rank>
27
                            <placename>$county</placename>
28
                            <parent_id>
29
                                <namedplace>
30
                                    <rank>stateProvince</rank>
31
                                    <placename>$state</placename>
32
                                </namedplace>
33
                            </parent_id>
34
                        </namedplace>
35
                    </namedplace_id>
36
                </locationdetermination>
37
                <locationevent>
38
                    <authoreventcode>$authorObsCode</authoreventcode>
39
                    <obsstartdate><_date><date>$obsStartDate</date></_date></obsstartdate>
40
                    <taxonoccurrence>
41
                        <aggregateoccurrence><cover>$%cover</cover></aggregateoccurrence>
42
                        <authortaxoncode>$currentTaxonName sec Weakley 2006</authortaxoncode>
43
                        <taxondetermination>
44
                            <plantconcept_id>
45
                                <plantconcept>
46
                                    <plantname_id>
47
                                        <plantname>
48
                                            <rank>binomial</rank>
49
                                            <plantname>$currentTaxonName sec Weakley 2006</plantname>
50
                                        </plantname>
51
                                    </plantname_id>
52
                                </plantconcept>
53
                            </plantconcept_id>
54
                        </taxondetermination>
55
                    </taxonoccurrence>
56
                </locationevent>
57
            </location>
58
        </path>
59
    </_simplifyPath>
60
</VegBIEN>
61
Inserted 16 new rows into database
(5-5/6)