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
                                    <canon_taxonpath_id>
79
                                        <taxonpath>
80
                                            <datasource_id><party><organizationname>TNRS</organizationname></party></datasource_id>
81
                                            <identifyingtaxonomicname>
82
                                                <_join_words>
83
                                                    <1>$Family</1>
84
                                                    <2>$Genus</2>
85
                                                </_join_words>
86
                                            </identifyingtaxonomicname>
87
                                        </taxonpath>
88
                                    </canon_taxonpath_id>
89
                                    <family>$Family</family>
90
                                    <genus>$Genus</genus>
91
                                </taxonpath>
92
                            </taxonpath_id>
93
                            <determinationdate>
94
                                <_date>
95
                                    <year>
96
                                        <_nullIf>
97
                                            <null>0</null>
98
                                            <type>float</type>
99
                                            <value>$Detyy</value>
100
                                        </_nullIf>
101
                                    </year>
102
                                </_date>
103
                            </determinationdate>
104
                            <taxonfit>$cf</taxonfit>
105
                        </taxondetermination>
106
                        <verbatimcollectorname>
107
                            <_join>
108
                                <1>$Collector</1>
109
                                <2>$Addcoll</2>
110
                            </_join>
111
                        </verbatimcollectorname>
112
                    </taxonoccurrence>
113
                </locationevent>
114
                <locationnarrative>
115
                    <_merge>
116
                        <2>
117
                            <_join>
118
                                <1>
119
                                    <_label>
120
                                        <label>gazetteer</label>
121
                                        <value>
122
                                            <_join>
123
                                                <1>$Gazetteer</1>
124
                                                <2>$Newgazett</2>
125
                                            </_join>
126
                                        </value>
127
                                    </_label>
128
                                </1>
129
                                <2>$Locnotes</2>
130
                            </_join>
131
                        </2>
132
                        <3>
133
                            <_label>
134
                                <label>habitat</label>
135
                                <value>$Ecology</value>
136
                            </_label>
137
                        </3>
138
                    </_merge>
139
                </locationnarrative>
140
                <locationplace><placepath_id><placepath><country>$Country</country></placepath></placepath_id></locationplace>
141
            </location>
142
        </path>
143
    </_simplifyPath>
144
</VegBIEN>
145
Inserted 26 new rows into database
(5-5/6)