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
                <locationcoords>
9
                    <coordsaccuracy_deg><_noCV><value>$locationAccuracy-m</value></_noCV></coordsaccuracy_deg>
10
                    <latitude_deg>
11
                        <_nullIf>
12
                            <null>0</null>
13
                            <type>float</type>
14
                            <value>$publicLatitude</value>
15
                        </_nullIf>
16
                    </latitude_deg>
17
                    <longitude_deg>
18
                        <_nullIf>
19
                            <null>0</null>
20
                            <type>float</type>
21
                            <value>$publicLongitude</value>
22
                        </_nullIf>
23
                    </longitude_deg>
24
                </locationcoords>
25
                <locationevent>
26
                    <authoreventcode>$authorObsCode</authoreventcode>
27
                    <obsstartdate><_date><date>$obsStartDate</date></_date></obsstartdate>
28
                    <taxonoccurrence>
29
                        <aggregateoccurrence><cover_fraction><_percent_to_fraction><value>$%cover</value></_percent_to_fraction></cover_fraction></aggregateoccurrence>
30
                        <authortaxoncode>$currentTaxonName sec Weakley 2006</authortaxoncode>
31
                        <taxondetermination>
32
                            <taxonconcept_id>
33
                                <taxonconcept>
34
                                    <canon_taxonconcept_id>
35
                                        <taxonconcept>
36
                                            <datasource_id>
37
                                                <party>
38
                                                    <datasource_id>0</datasource_id>
39
                                                    <organizationname>TNRS</organizationname>
40
                                                </party>
41
                                            </datasource_id>
42
                                            <identifyingtaxonomicname>$currentTaxonName sec Weakley 2006</identifyingtaxonomicname>
43
                                        </taxonconcept>
44
                                    </canon_taxonconcept_id>
45
                                    <taxonomicname>$currentTaxonName sec Weakley 2006</taxonomicname>
46
                                </taxonconcept>
47
                            </taxonconcept_id>
48
                        </taxondetermination>
49
                    </taxonoccurrence>
50
                </locationevent>
51
                <locationplace>
52
                    <placepath_id>
53
                        <placepath>
54
                            <county>$county</county>
55
                            <stateprovince>$state</stateprovince>
56
                        </placepath>
57
                    </placepath_id>
58
                </locationplace>
59
            </location>
60
        </path>
61
    </_simplifyPath>
62
</VegBIEN>
63
Inserted 17 new rows into database
(5-5/6)