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
31 31
                            </commconcept_id>
32 32
                        </commdetermination>
33 33
                    </commclass>
34
                    <obsenddate><_date><date>$date_finish</date></_date></obsenddate>
35
                    <obsstartdate><_date><date>$date_start</date></_date></obsstartdate>
34
                    <obsenddate>$date_finish</obsenddate>
35
                    <obsstartdate>$date_start</obsstartdate>
36 36
                    <precipitation_m>$precip_mm</precipitation_m>
37 37
                    <soilobs>
38 38
                        <acidity_fraction>

Also available in: Unified diff