Revision 6217
Added by Aaron Marcuse-Kubitza over 12 years ago
test.xml.ref | ||
---|---|---|
25 | 25 |
<locationevent> |
26 | 26 |
<taxonoccurrence> |
27 | 27 |
<aggregateoccurrence> |
28 |
<collectiondate><_date><date>$Collect Date</date></_date></collectiondate>
|
|
28 |
<collectiondate>$Collect Date</collectiondate>
|
|
29 | 29 |
<plantobservation> |
30 | 30 |
<specimenreplicate> |
31 | 31 |
<catalognumber_dwc>$Barcode</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.