Project

General

Profile

« Previous | Next » 

Revision 4013

mappings/DwC2-VegBIEN.specimens.csv: verbatimLatitude/verbatimLongitude: Fixed mappings to use _alt/2 instead of _alt/1 to avoid collisions with decimalLatitude/decimalLongitude

View differences:

import.specimens.xml.ref
109 109
                        <_nullIf>
110 110
                            <null>0</null>
111 111
                            <type>float</type>
112
                            <value>
113
                                <_alt>
114
                                    <0>$decimalLatitude</0>
115
                                    <1>$verbatimLatitude</1>
116
                                </_alt>
117
                            </value>
112
                            <value>$decimalLatitude</value>
118 113
                        </_nullIf>
119 114
                    </1>
115
                    <2>
116
                        <_nullIf>
117
                            <null>0</null>
118
                            <type>float</type>
119
                            <value>$verbatimLatitude</value>
120
                        </_nullIf>
121
                    </2>
120 122
                </_alt>
121 123
            </latitude>
122 124
            <longitude>
......
125 127
                        <_nullIf>
126 128
                            <null>0</null>
127 129
                            <type>float</type>
128
                            <value>
129
                                <_alt>
130
                                    <0>$decimalLongitude</0>
131
                                    <1>$verbatimLongitude</1>
132
                                </_alt>
133
                            </value>
130
                            <value>$decimalLongitude</value>
134 131
                        </_nullIf>
135 132
                    </1>
133
                    <2>
134
                        <_nullIf>
135
                            <null>0</null>
136
                            <type>float</type>
137
                            <value>$verbatimLongitude</value>
138
                        </_nullIf>
139
                    </2>
136 140
                </_alt>
137 141
            </longitude>
138 142
            <namedplace_id>

Also available in: Unified diff