Revision 3919
Added by Aaron Marcuse-Kubitza over 12 years ago
import.specimens.xml.ref | ||
---|---|---|
63 | 63 |
<locationevent> |
64 | 64 |
<taxonoccurrence> |
65 | 65 |
<aggregateoccurrence> |
66 |
<collectiondate><_date><date><_alt><3>$Collect Date</3></_alt></date></_date></collectiondate>
|
|
66 |
<collectiondate><_date><date><_dateRangeStart><value><_alt><3>$Collect Date</3></_alt></value></_dateRangeStart></date></_date></collectiondate>
|
|
67 | 67 |
<plantobservation> |
68 | 68 |
<specimenreplicate> |
69 | 69 |
<catalognumber_dwc>$Barcode</catalognumber_dwc> |
Also available in: Unified diff
VegBIEN mappings: Wrapped dates in _date() and _dateRangeStart()/_dateRangeEnd(), to assist in importing date and date range values that PostgreSQL cannot parse. This will increase the import time, but hopefully also decrease the # of invalid values in the errors tables. (These functions can later be optimized to reduce the impact on import time.)