Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_simplifyPath id="-1">
4
        <next>parent_id</next>
5
        <path>
6
            <location>
7
                <authorlocationcode>$accession</authorlocationcode>
8
                <locationevent>
9
                    <taxonoccurrence>
10
                        <aggregateoccurrence>
11
                            <collectiondate>
12
                                <_date>
13
                                    <day>
14
                                        <_nullIf>
15
                                            <null>0</null>
16
                                            <type>float</type>
17
                                            <value>$collday</value>
18
                                        </_nullIf>
19
                                    </day>
20
                                    <month>
21
                                        <_nullIf>
22
                                            <null>0</null>
23
                                            <type>float</type>
24
                                            <value>$collmonth</value>
25
                                        </_nullIf>
26
                                    </month>
27
                                    <year>
28
                                        <_nullIf>
29
                                            <null>0</null>
30
                                            <type>float</type>
31
                                            <value>$collyear</value>
32
                                        </_nullIf>
33
                                    </year>
34
                                </_date>
35
                            </collectiondate>
36
                            <notes>
37
                                <_join>
38
                                    <1>$comment1</1>
39
                                    <2>$comment2</2>
40
                                    <3>$comment3</3>
41
                                    <4>$comment4</4>
42
                                    <5>
43
                                        <_label>
44
                                            <label>campus</label>
45
                                            <value>$campus</value>
46
                                        </_label>
47
                                    </5>
48
                                    <6>
49
                                        <_label>
50
                                            <label>loaned to</label>
51
                                            <value>$loanto</value>
52
                                        </_label>
53
                                    </6>
54
                                    <7>
55
                                        <_label>
56
                                            <label>in or out</label>
57
                                            <value>$inorout</value>
58
                                        </_label>
59
                                    </7>
60
                                </_join>
61
                            </notes>
62
                            <plantobservation>
63
                                <collectionnumber>$collectno</collectionnumber>
64
                                <specimenreplicate>
65
                                    <institution_id><party><organizationname>$herbarium</organizationname></party></institution_id>
66
                                    <sourceaccessioncode>$accession</sourceaccessioncode>
67
                                </specimenreplicate>
68
                            </plantobservation>
69
                        </aggregateoccurrence>
70
                        <authortaxoncode>$collectno</authortaxoncode>
71
                        <iscultivated>$cultivated</iscultivated>
72
                        <sourceaccessioncode>$accession</sourceaccessioncode>
73
                        <taxondetermination>
74
                            <taxonpath_id>
75
                                <taxonpath>
76
                                    <author>$authors</author>
77
                                    <family>$family</family>
78
                                    <genus>$genus</genus>
79
                                    <species>$species</species>
80
                                    <subspecies>
81
                                        <_name>
82
                                            <first>
83
                                                <_alt>
84
                                                    <1>$usdaRank</1>
85
                                                    <2>$infrarank</2>
86
                                                </_alt>
87
                                            </first>
88
                                            <last>$infraname</last>
89
                                        </_name>
90
                                    </subspecies>
91
                                    <taxonomicname>$SciName</taxonomicname>
92
                                </taxonpath>
93
                            </taxonpath_id>
94
                        </taxondetermination>
95
                        <verbatimcollectorname>
96
                            <_join>
97
                                <1>$collector</1>
98
                                <2>$collector1</2>
99
                                <3>$collector2</3>
100
                                <4>$collector3</4>
101
                            </_join>
102
                        </verbatimcollectorname>
103
                    </taxonoccurrence>
104
                </locationevent>
105
                <locationnarrative>
106
                    <_merge>
107
                        <1>$locality</1>
108
                        <3>
109
                            <_label>
110
                                <label>habitat</label>
111
                                <value>$habitat</value>
112
                            </_label>
113
                        </3>
114
                    </_merge>
115
                </locationnarrative>
116
                <locationplace>
117
                    <placepath_id>
118
                        <placepath>
119
                            <country>$country</country>
120
                            <county>$county</county>
121
                            <stateprovince>$state</stateprovince>
122
                        </placepath>
123
                    </placepath_id>
124
                </locationplace>
125
            </location>
126
        </path>
127
    </_simplifyPath>
128
</VegBIEN>
129
Inserted 20 new rows into database
(5-5/6)