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