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
                    <_replace>
20
                        <\bca\.?></\bca\.?>
21
                        <value>$Elevation</value>
22
                    </_replace>
23
                </elevation_m>
24
                <locationcoords>
25
                    <coordsaccuracy_deg><_noCV><value>$Accuracy</value></_noCV></coordsaccuracy_deg>
26
                    <latitude_deg>
27
                        <_nullIf>
28
                            <null>0</null>
29
                            <type>float</type>
30
                            <value>
31
                                <_replace>
32
                                    <\?$></\?$>
33
                                    <value>$Lat (-=S)</value>
34
                                </_replace>
35
                            </value>
36
                        </_nullIf>
37
                    </latitude_deg>
38
                    <longitude_deg>
39
                        <_nullIf>
40
                            <null>0</null>
41
                            <type>float</type>
42
                            <value>
43
                                <_replace>
44
                                    <\?$></\?$>
45
                                    <value>$Long (-=W)</value>
46
                                </_replace>
47
                            </value>
48
                        </_nullIf>
49
                    </longitude_deg>
50
                </locationcoords>
51
                <locationevent>
52
                    <taxonoccurrence>
53
                        <aggregateoccurrence>
54
                            <collectiondate><_date><date>$Collect Date</date></_date></collectiondate>
55
                            <plantobservation>
56
                                <specimenreplicate>
57
                                    <catalognumber_dwc>$Barcode</catalognumber_dwc>
58
                                    <collectioncode_dwc>$SeriesName</collectioncode_dwc>
59
                                    <sourceaccessioncode>$Accession Number</sourceaccessioncode>
60
                                </specimenreplicate>
61
                            </plantobservation>
62
                        </aggregateoccurrence>
63
                        <authortaxoncode>$Full Taxon Name</authortaxoncode>
64
                        <iscultivated>$Cultivated?</iscultivated>
65
                        <taxondetermination><taxonpath_id><taxonpath><scientificname>$Full Taxon Name</scientificname></taxonpath></taxonpath_id></taxondetermination>
66
                    </taxonoccurrence>
67
                </locationevent>
68
                <locationplace>
69
                    <placepath_id>
70
                        <placepath>
71
                            <country>$Country</country>
72
                            <county>$County</county>
73
                            <stateprovince>$State</stateprovince>
74
                        </placepath>
75
                    </placepath_id>
76
                </locationplace>
77
            </location>
78
        </path>
79
    </_simplifyPath>
80
</VegBIEN>
81
Inserted 23 new rows into database
(5-5/6)