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
                        <authortaxoncode>$Full Taxon Name</authortaxoncode>
65
                        <iscultivated>$Cultivated?</iscultivated>
66
                        <sourceaccessioncode>$Accession Number</sourceaccessioncode>
67
                        <taxondetermination>
68
                            <taxonpath_id>
69
                                <taxonpath>
70
                                    <taxonomicname>$Full Taxon Name</taxonomicname>
71
                                    <taxonomicnamewithauthor>$Full Taxon Name</taxonomicnamewithauthor>
72
                                </taxonpath>
73
                            </taxonpath_id>
74
                        </taxondetermination>
75
                    </taxonoccurrence>
76
                </locationevent>
77
                <locationplace>
78
                    <placepath_id>
79
                        <placepath>
80
                            <country>$Country</country>
81
                            <county>$County</county>
82
                            <stateprovince>$State</stateprovince>
83
                        </placepath>
84
                    </placepath_id>
85
                </locationplace>
86
                <verbatimelevation>$Elevation</verbatimelevation>
87
            </location>
88
        </path>
89
    </_simplifyPath>
90
</VegBIEN>
91
Inserted 23 new rows into database
(5-5/6)