Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_simplifyPath id="-1">
4
        <next>parent_id</next>
5
        <path>
6
            <location>
7
                <authorlocationcode>$Name</authorlocationcode>
8
                <locationcoords>
9
                    <latitude_deg>
10
                        <_nullIf>
11
                            <null>0</null>
12
                            <type>float</type>
13
                            <value>$Latitude</value>
14
                        </_nullIf>
15
                    </latitude_deg>
16
                    <longitude_deg>
17
                        <_nullIf>
18
                            <null>0</null>
19
                            <type>float</type>
20
                            <value>$Longitude</value>
21
                        </_nullIf>
22
                    </longitude_deg>
23
                </locationcoords>
24
                <locationevent>
25
                    <project_id><project><projectname>$Site Name</projectname></project></project_id>
26
                    <obsenddate><_date><date><_dateRangeEnd><value>$CollectionDate</value></_dateRangeEnd></date></_date></obsenddate>
27
                    <obsstartdate><_date><date><_dateRangeStart><value>$CollectionDate</value></_dateRangeStart></date></_date></obsstartdate>
28
                </locationevent>
29
            </location>
30
        </path>
31
    </_simplifyPath>
32
</VegBIEN>
33
Inserted 8 new rows into database
(5-5/6)