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>
19
                    <_replace>
20
                        <\bca\.?></\bca\.?>
21
                        <value>$Elevation</value>
22
                    </_replace>
23
                </elevation>
24
                <locationdetermination>
25
                    <coordsaccuracy><_noCV><value>$Accuracy</value></_noCV></coordsaccuracy>
26
                    <latitude>
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>
38
                    <longitude>
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>
50
                    <namedplace_id>
51
                        <_simplifyPath>
52
                            <next>parent_id</next>
53
                            <path>
54
                                <namedplace>
55
                                    <rank>county</rank>
56
                                    <placename>$County</placename>
57
                                    <parent_id>
58
                                        <namedplace>
59
                                            <rank>stateProvince</rank>
60
                                            <placename>$State</placename>
61
                                            <parent_id>
62
                                                <namedplace>
63
                                                    <rank>country</rank>
64
                                                    <placename>$Country</placename>
65
                                                </namedplace>
66
                                            </parent_id>
67
                                        </namedplace>
68
                                    </parent_id>
69
                                </namedplace>
70
                            </path>
71
                        </_simplifyPath>
72
                    </namedplace_id>
73
                </locationdetermination>
74
                <locationevent>
75
                    <taxonoccurrence>
76
                        <aggregateoccurrence>
77
                            <collectiondate><_date><date>$Collect Date</date></_date></collectiondate>
78
                            <plantobservation>
79
                                <specimenreplicate>
80
                                    <catalognumber_dwc>$Barcode</catalognumber_dwc>
81
                                    <collectioncode_dwc>$SeriesName</collectioncode_dwc>
82
                                    <sourceaccessioncode>$Accession Number</sourceaccessioncode>
83
                                </specimenreplicate>
84
                            </plantobservation>
85
                        </aggregateoccurrence>
86
                        <authortaxoncode>$Full Taxon Name</authortaxoncode>
87
                        <iscultivated>$Cultivated?</iscultivated>
88
                        <taxondetermination>
89
                            <plantconcept_id>
90
                                <plantconcept>
91
                                    <plantname_id>
92
                                        <_simplifyPath>
93
                                            <next>parent_id</next>
94
                                            <path>
95
                                                <plantname>
96
                                                    <rank>binomial</rank>
97
                                                    <plantname>$Full Taxon Name</plantname>
98
                                                </plantname>
99
                                            </path>
100
                                        </_simplifyPath>
101
                                    </plantname_id>
102
                                </plantconcept>
103
                            </plantconcept_id>
104
                        </taxondetermination>
105
                    </taxonoccurrence>
106
                </locationevent>
107
            </location>
108
        </path>
109
    </_simplifyPath>
110
</VegBIEN>
111
Inserted 26 new rows into database
(8-8/9)