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