Project

General

Profile

« Previous | Next » 

Revision 5969

mappings/VegCore-VegBIEN.csv: decimalLatitude/Longitude->geoscrub input coordinates: Also set to NULL if 0 here, not just for the coordinates linked to the datasource's place instance

View differences:

test.xml.ref
36 36
                                    <reference_id><reference><shortname>geoscrub</shortname></reference></reference_id>
37 37
                                    <coordinates_id>
38 38
                                        <coordinates>
39
                                            <latitude_deg>$Latitude</latitude_deg>
40
                                            <longitude_deg>$Longitude</longitude_deg>
39
                                            <latitude_deg>
40
                                                <_nullIf>
41
                                                    <null>0</null>
42
                                                    <type>float</type>
43
                                                    <value>$Latitude</value>
44
                                                </_nullIf>
45
                                            </latitude_deg>
46
                                            <longitude_deg>
47
                                                <_nullIf>
48
                                                    <null>0</null>
49
                                                    <type>float</type>
50
                                                    <value>$Longitude</value>
51
                                                </_nullIf>
52
                                            </longitude_deg>
41 53
                                        </coordinates>
42 54
                                    </coordinates_id>
43 55
                                </place>
......
49 61
        </path>
50 62
    </_simplifyPath>
51 63
</VegBIEN>
52
Inserted 17 new rows into database
64
Inserted 15 new rows into database

Also available in: Unified diff