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
                                    <taxonomicnamewithauthor>
93
                                        <_join_words>
94
                                            <1>$SciName</1>
95
                                            <2>$authors</2>
96
                                        </_join_words>
97
                                    </taxonomicnamewithauthor>
98
                                </taxonpath>
99
                            </taxonpath_id>
100
                        </taxondetermination>
101
                        <verbatimcollectorname>
102
                            <_join>
103
                                <1>$collector</1>
104
                                <2>$collector1</2>
105
                                <3>$collector2</3>
106
                                <4>$collector3</4>
107
                            </_join>
108
                        </verbatimcollectorname>
109
                    </taxonoccurrence>
110
                </locationevent>
111
                <locationnarrative>
112
                    <_merge>
113
                        <1>$locality</1>
114
                        <3>
115
                            <_label>
116
                                <label>habitat</label>
117
                                <value>$habitat</value>
118
                            </_label>
119
                        </3>
120
                    </_merge>
121
                </locationnarrative>
122
                <locationplace>
123
                    <placepath_id>
124
                        <placepath>
125
                            <country>$country</country>
126
                            <county>$county</county>
127
                            <stateprovince>$state</stateprovince>
128
                        </placepath>
129
                    </placepath_id>
130
                </locationplace>
131
            </location>
132
        </path>
133
    </_simplifyPath>
134
</VegBIEN>
135
Inserted 20 new rows into database
(5-5/6)