Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_simplifyPath id="-1">
4
        <next>parent_id</next>
5
        <path>
6
            <location>
7
                <authorlocationcode>
8
                    <_alt>
9
                        <1>$Accession Number</1>
10
                        <2>
11
                            <_join>
12
                                <2>$SeriesName</2>
13
                                <3>$Barcode</3>
14
                            </_join>
15
                        </2>
16
                    </_alt>
17
                </authorlocationcode>
18
                <elevation_m>
19
                    <_units>
20
                        <to>m</to>
21
                        <to></to>
22
                        <value>$Elevation</value>
23
                    </_units>
24
                </elevation_m>
25
                <locationcoords>
26
                    <coordsaccuracy_deg><_noCV><value>$Accuracy</value></_noCV></coordsaccuracy_deg>
27
                    <latitude_deg>
28
                        <_nullIf>
29
                            <null>0</null>
30
                            <type>float</type>
31
                            <value>
32
                                <_replace>
33
                                    <\?$></\?$>
34
                                    <value>$Lat (-=S)</value>
35
                                </_replace>
36
                            </value>
37
                        </_nullIf>
38
                    </latitude_deg>
39
                    <longitude_deg>
40
                        <_nullIf>
41
                            <null>0</null>
42
                            <type>float</type>
43
                            <value>
44
                                <_replace>
45
                                    <\?$></\?$>
46
                                    <value>$Long (-=W)</value>
47
                                </_replace>
48
                            </value>
49
                        </_nullIf>
50
                    </longitude_deg>
51
                </locationcoords>
52
                <locationevent>
53
                    <taxonoccurrence>
54
                        <aggregateoccurrence>
55
                            <collectiondate><_date><date>$Collect Date</date></_date></collectiondate>
56
                            <plantobservation>
57
                                <specimenreplicate>
58
                                    <catalognumber_dwc>$Barcode</catalognumber_dwc>
59
                                    <collectioncode_dwc>$SeriesName</collectioncode_dwc>
60
                                    <sourceaccessioncode>$Accession Number</sourceaccessioncode>
61
                                </specimenreplicate>
62
                            </plantobservation>
63
                        </aggregateoccurrence>
64
                        <iscultivated>$Cultivated?</iscultivated>
65
                        <sourceaccessioncode>$Accession Number</sourceaccessioncode>
66
                        <taxondetermination>
67
                            <taxonconcept_id>
68
                                <taxonconcept>
69
                                    <matched_concept_id>
70
                                        <taxonconcept>
71
                                            <creator_id>
72
                                                <party>
73
                                                    <creator_id>0</creator_id>
74
                                                    <organizationname>TNRS</organizationname>
75
                                                </party>
76
                                            </creator_id>
77
                                            <identifyingtaxonomicname>$Full Taxon Name</identifyingtaxonomicname>
78
                                        </taxonconcept>
79
                                    </matched_concept_id>
80
                                    <taxonomicname>$Full Taxon Name</taxonomicname>
81
                                </taxonconcept>
82
                            </taxonconcept_id>
83
                        </taxondetermination>
84
                    </taxonoccurrence>
85
                </locationevent>
86
                <locationplace>
87
                    <placepath_id>
88
                        <placepath>
89
                            <country>$Country</country>
90
                            <county>$County</county>
91
                            <stateprovince>$State</stateprovince>
92
                        </placepath>
93
                    </placepath_id>
94
                </locationplace>
95
                <verbatimelevation>$Elevation</verbatimelevation>
96
            </location>
97
        </path>
98
    </_simplifyPath>
99
</VegBIEN>
100
Inserted 26 new rows into database
(5-5/6)