Revision 6217
Added by Aaron Marcuse-Kubitza about 12 years ago
test.xml.ref | ||
---|---|---|
20 | 20 |
<locationevent> |
21 | 21 |
<taxonoccurrence> |
22 | 22 |
<aggregateoccurrence> |
23 |
<collectiondate><_date><date>$LatestDateCollected</date></_date></collectiondate>
|
|
23 |
<collectiondate>$LatestDateCollected</collectiondate>
|
|
24 | 24 |
<plantobservation> |
25 | 25 |
<specimenreplicate> |
26 | 26 |
<catalognumber_dwc>$CatalogNO</catalognumber_dwc> |
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.