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
                            <taxonlabel_id>
33
                                <taxonlabel>
34
                                    <matched_label_id>
35
                                        <taxonlabel>
36
                                            <creator_id>
37
                                                <party>
38
                                                    <creator_id>0</creator_id>
39
                                                    <organizationname>TNRS</organizationname>
40
                                                </party>
41
                                            </creator_id>
42
                                            <identifyingtaxonomicname>$currentTaxonName sec Weakley 2006</identifyingtaxonomicname>
43
                                        </taxonlabel>
44
                                    </matched_label_id>
45
                                    <binomial>$currentTaxonName sec Weakley 2006</binomial>
46
                                    <identifyingtaxonomicname>$currentTaxonName sec Weakley 2006</identifyingtaxonomicname>
47
                                </taxonlabel>
48
                            </taxonlabel_id>
49
                        </taxondetermination>
50
                    </taxonoccurrence>
51
                </locationevent>
52
                <locationplace>
53
                    <placepath_id>
54
                        <placepath>
55
                            <county>$county</county>
56
                            <stateprovince>$state</stateprovince>
57
                        </placepath>
58
                    </placepath_id>
59
                </locationplace>
60
            </location>
61
        </path>
62
    </_simplifyPath>
63
</VegBIEN>
64
Inserted 17 new rows into database
(5-5/6)