Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_setDefault id="-1">
4
        <col>source_id</col>
5
        <value><source><shortname>TEAM</shortname></source></value>
6
        <path>
7
            <_simplifyPath>
8
                <next>parent_id</next>
9
                <path>
10
                    <location>
11
                        <authorlocationcode>$Name</authorlocationcode>
12
                        <locationevent>
13
                            <project_id><project><projectname>$Site Name</projectname></project></project_id>
14
                            <obsenddate><_dateRangeEnd><value>$CollectionDate</value></_dateRangeEnd></obsenddate>
15
                            <obsstartdate><_dateRangeStart><value>$CollectionDate</value></_dateRangeStart></obsstartdate>
16
                        </locationevent>
17
                        <locationplace>
18
                            <place_id>
19
                                <place>
20
                                    <coordinates_id>
21
                                        <coordinates>
22
                                            <latitude_deg>
23
                                                <_nullIf>
24
                                                    <null>0</null>
25
                                                    <type>float</type>
26
                                                    <value>$Latitude</value>
27
                                                </_nullIf>
28
                                            </latitude_deg>
29
                                            <longitude_deg>
30
                                                <_nullIf>
31
                                                    <null>0</null>
32
                                                    <type>float</type>
33
                                                    <value>$Longitude</value>
34
                                                </_nullIf>
35
                                            </longitude_deg>
36
                                        </coordinates>
37
                                    </coordinates_id>
38
                                    <matched_place_id>
39
                                        <place>
40
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
41
                                            <coordinates_id>
42
                                                <coordinates>
43
                                                    <source_id><source><shortname>geoscrub</shortname></source></source_id>
44
                                                    <latitude_deg>
45
                                                        <_nullIf>
46
                                                            <null>0</null>
47
                                                            <type>float</type>
48
                                                            <value>$Latitude</value>
49
                                                        </_nullIf>
50
                                                    </latitude_deg>
51
                                                    <longitude_deg>
52
                                                        <_nullIf>
53
                                                            <null>0</null>
54
                                                            <type>float</type>
55
                                                            <value>$Longitude</value>
56
                                                        </_nullIf>
57
                                                    </longitude_deg>
58
                                                </coordinates>
59
                                            </coordinates_id>
60
                                        </place>
61
                                    </matched_place_id>
62
                                </place>
63
                            </place_id>
64
                        </locationplace>
65
                    </location>
66
                </path>
67
            </_simplifyPath>
68
        </path>
69
    </_setDefault>
70
</VegBIEN>
71
Inserted 17 new rows into database
(5-5/6)