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