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>$ID</1>
10
                        <2>$Barcode</2>
11
                    </_alt>
12
                </authorlocationcode>
13
                <locationcoords>
14
                    <latitude_deg>
15
                        <_nullIf>
16
                            <null>0</null>
17
                            <type>float</type>
18
                            <value>$Lat</value>
19
                        </_nullIf>
20
                    </latitude_deg>
21
                    <longitude_deg>
22
                        <_nullIf>
23
                            <null>0</null>
24
                            <type>float</type>
25
                            <value>$Long</value>
26
                        </_nullIf>
27
                    </longitude_deg>
28
                </locationcoords>
29
                <locationevent>
30
                    <taxonoccurrence>
31
                        <aggregateoccurrence>
32
                            <collectiondate>
33
                                <_date>
34
                                    <day>
35
                                        <_nullIf>
36
                                            <null>0</null>
37
                                            <type>float</type>
38
                                            <value>$Colldd</value>
39
                                        </_nullIf>
40
                                    </day>
41
                                    <month>
42
                                        <_nullIf>
43
                                            <null>0</null>
44
                                            <type>float</type>
45
                                            <value>$Collmm</value>
46
                                        </_nullIf>
47
                                    </month>
48
                                    <year>
49
                                        <_nullIf>
50
                                            <null>0</null>
51
                                            <type>float</type>
52
                                            <value>$Collyy</value>
53
                                        </_nullIf>
54
                                    </year>
55
                                </_date>
56
                            </collectiondate>
57
                            <notes>$Notes</notes>
58
                            <plantobservation>
59
                                <collectionnumber>$Number</collectionnumber>
60
                                <specimenreplicate>
61
                                    <catalognumber_dwc>$Barcode</catalognumber_dwc>
62
                                    <sourceaccessioncode>$ID</sourceaccessioncode>
63
                                </specimenreplicate>
64
                            </plantobservation>
65
                        </aggregateoccurrence>
66
                        <authortaxoncode>$Number</authortaxoncode>
67
                        <sourceaccessioncode>$ID</sourceaccessioncode>
68
                        <taxondetermination>
69
                            <party_id>
70
                                <party>
71
                                    <givenname><_namePart><first>$Detby</first></_namePart></givenname>
72
                                    <middlename><_namePart><middle>$Detby</middle></_namePart></middlename>
73
                                    <surname><_namePart><last>$Detby</last></_namePart></surname>
74
                                </party>
75
                            </party_id>
76
                            <taxonpath_id>
77
                                <taxonpath>
78
                                    <family>$Family</family>
79
                                    <genus>$Genus</genus>
80
                                    <taxonomicnamewithauthor>
81
                                        <_join_words>
82
                                            <1>$Family</1>
83
                                            <2>$Genus</2>
84
                                        </_join_words>
85
                                    </taxonomicnamewithauthor>
86
                                </taxonpath>
87
                            </taxonpath_id>
88
                            <determinationdate>
89
                                <_date>
90
                                    <year>
91
                                        <_nullIf>
92
                                            <null>0</null>
93
                                            <type>float</type>
94
                                            <value>$Detyy</value>
95
                                        </_nullIf>
96
                                    </year>
97
                                </_date>
98
                            </determinationdate>
99
                            <taxonfit>$cf</taxonfit>
100
                        </taxondetermination>
101
                        <verbatimcollectorname>
102
                            <_join>
103
                                <1>$Collector</1>
104
                                <2>$Addcoll</2>
105
                            </_join>
106
                        </verbatimcollectorname>
107
                    </taxonoccurrence>
108
                </locationevent>
109
                <locationnarrative>
110
                    <_merge>
111
                        <2>
112
                            <_join>
113
                                <1>
114
                                    <_label>
115
                                        <label>gazetteer</label>
116
                                        <value>
117
                                            <_join>
118
                                                <1>$Gazetteer</1>
119
                                                <2>$Newgazett</2>
120
                                            </_join>
121
                                        </value>
122
                                    </_label>
123
                                </1>
124
                                <2>$Locnotes</2>
125
                            </_join>
126
                        </2>
127
                        <3>
128
                            <_label>
129
                                <label>habitat</label>
130
                                <value>$Ecology</value>
131
                            </_label>
132
                        </3>
133
                    </_merge>
134
                </locationnarrative>
135
                <locationplace><placepath_id><placepath><country>$Country</country></placepath></placepath_id></locationplace>
136
            </location>
137
        </path>
138
    </_simplifyPath>
139
</VegBIEN>
140
Inserted 23 new rows into database
(5-5/6)