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
                        <namedplace>
52
                            <rank>county</rank>
53
                            <placename>$County</placename>
54
                            <parent_id>
55
                                <namedplace>
56
                                    <rank>stateProvince</rank>
57
                                    <placename>$State</placename>
58
                                    <parent_id>
59
                                        <namedplace>
60
                                            <rank>country</rank>
61
                                            <placename>$Country</placename>
62
                                        </namedplace>
63
                                    </parent_id>
64
                                </namedplace>
65
                            </parent_id>
66
                        </namedplace>
67
                    </namedplace_id>
68
                </locationdetermination>
69
                <locationevent>
70
                    <taxonoccurrence>
71
                        <aggregateoccurrence>
72
                            <collectiondate><_date><date>$Collect Date</date></_date></collectiondate>
73
                            <plantobservation>
74
                                <specimenreplicate>
75
                                    <catalognumber_dwc>$Barcode</catalognumber_dwc>
76
                                    <collectioncode_dwc>$SeriesName</collectioncode_dwc>
77
                                    <sourceaccessioncode>$Accession Number</sourceaccessioncode>
78
                                </specimenreplicate>
79
                            </plantobservation>
80
                        </aggregateoccurrence>
81
                        <authortaxoncode>$Full Taxon Name</authortaxoncode>
82
                        <iscultivated>$Cultivated?</iscultivated>
83
                        <taxondetermination>
84
                            <plantconcept_id>
85
                                <plantconcept>
86
                                    <plantname_id>
87
                                        <plantname>
88
                                            <rank>binomial</rank>
89
                                            <plantname>$Full Taxon Name</plantname>
90
                                        </plantname>
91
                                    </plantname_id>
92
                                </plantconcept>
93
                            </plantconcept_id>
94
                        </taxondetermination>
95
                    </taxonoccurrence>
96
                </locationevent>
97
            </location>
98
        </path>
99
    </_simplifyPath>
100
</VegBIEN>
101
Inserted 26 new rows into database
(5-5/6)