Project

General

Profile

« Previous | Next » 

Revision 6217

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.

View differences:

test.xml.ref
8 8
                <locationevent>
9 9
                    <authoreventcode>$PlotCensusNumber</authoreventcode>
10 10
                    <sourceaccessioncode>$CensusID</sourceaccessioncode>
11
                    <obsenddate><_date><date>$EndDate</date></_date></obsenddate>
12
                    <obsstartdate><_date><date>$StartDate</date></_date></obsstartdate>
11
                    <obsenddate>$EndDate</obsenddate>
12
                    <obsstartdate>$StartDate</obsstartdate>
13 13
                </locationevent>
14 14
            </location>
15 15
        </path>

Also available in: Unified diff