Revision 6217
Added by Aaron Marcuse-Kubitza over 12 years ago
test.xml.ref | ||
---|---|---|
7 | 7 |
<authorlocationcode>$Name</authorlocationcode> |
8 | 8 |
<locationevent> |
9 | 9 |
<project_id><project><projectname>$Site Name</projectname></project></project_id> |
10 |
<obsenddate><_date><date><_dateRangeEnd><value>$CollectionDate</value></_dateRangeEnd></date></_date></obsenddate>
|
|
11 |
<obsstartdate><_date><date><_dateRangeStart><value>$CollectionDate</value></_dateRangeStart></date></_date></obsstartdate>
|
|
10 |
<obsenddate><_dateRangeEnd><value>$CollectionDate</value></_dateRangeEnd></obsenddate>
|
|
11 |
<obsstartdate><_dateRangeStart><value>$CollectionDate</value></_dateRangeStart></obsstartdate>
|
|
12 | 12 |
</locationevent> |
13 | 13 |
<locationplace> |
14 | 14 |
<place_id> |
Also available in: Unified diff
mappings/VegCore-VegBIEN.csv: Removed _date/date, because _date using a string date argument is no longer supported under plpython3u (dateutil is missing). Note that PostgreSQL's own date parsing is sufficient for most dates, so this use of _date is not strictly necessary and removing it will improve import times.