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><taxonpath_id><taxonpath><taxonomicname>$Full Taxon Name</taxonomicname></taxonpath></taxonpath_id></taxondetermination>
68
                    </taxonoccurrence>
69
                </locationevent>
70
                <locationplace>
71
                    <placepath_id>
72
                        <placepath>
73
                            <country>$Country</country>
74
                            <county>$County</county>
75
                            <stateprovince>$State</stateprovince>
76
                        </placepath>
77
                    </placepath_id>
78
                </locationplace>
79
                <verbatimelevation>$Elevation</verbatimelevation>
80
            </location>
81
        </path>
82
    </_simplifyPath>
83
</VegBIEN>
84
Inserted 23 new rows into database
(5-5/6)