Project

General

Profile

« Previous | Next » 

Revision 7703

mappings/VegCore-VegBIEN.csv: _avg(): Use numeric param names to work with SQL functions

View differences:

test.xml.ref
16 16
                        </authorlocationcode>
17 17
                        <elevation_m>
18 18
                            <_avg>
19
                                <max>$MaximumElevation</max>
20
                                <min>
19
                                <1>
21 20
                                    <_nullIf>
22 21
                                        <null>.</null>
23 22
                                        <value>$MinimumElevation</value>
24 23
                                    </_nullIf>
25
                                </min>
24
                                </1>
25
                                <2>$MaximumElevation</2>
26 26
                            </_avg>
27 27
                        </elevation_m>
28 28
                        <iscultivated>
......
256 256
                            </taxonoccurrence>
257 257
                            <waterdepth_m>
258 258
                                <_avg>
259
                                    <max>$MaximumDepth</max>
260
                                    <min>$MinimumDepth</min>
259
                                    <1>$MinimumDepth</1>
260
                                    <2>$MaximumDepth</2>
261 261
                                </_avg>
262 262
                            </waterdepth_m>
263 263
                        </locationevent>

Also available in: Unified diff