Project

General

Profile

« Previous | Next » 

Revision 4327

mappings/VegCore-VegBIEN.csv: Changed _merge to _join wherever the duplicate-eliminating functionality of _merge is not needed and a simple concatenation of non-NULL values is sufficient

View differences:

test.xml.ref
5 5
            <_alt>
6 6
                <3>$id</3>
7 7
                <4>
8
                    <_merge>
8
                    <_join>
9 9
                        <1>$institutionCode</1>
10 10
                        <2>
11
                            <_merge>
11
                            <_join>
12 12
                                <1>$collectionCode</1>
13 13
                                <2>$collectionID</2>
14
                            </_merge>
14
                            </_join>
15 15
                        </2>
16 16
                        <3>$catalogNumber</3>
17
                    </_merge>
17
                    </_join>
18 18
                </4>
19 19
            </_alt>
20 20
        </authorlocationcode>
......
200 200
                        <specimenreplicate>
201 201
                            <catalognumber_dwc>$catalogNumber</catalognumber_dwc>
202 202
                            <collectioncode_dwc>
203
                                <_merge>
203
                                <_join>
204 204
                                    <1>$collectionCode</1>
205 205
                                    <2>$collectionID</2>
206
                                </_merge>
206
                                </_join>
207 207
                            </collectioncode_dwc>
208 208
                            <institution_id><party><organizationname>$institutionCode</organizationname></party></institution_id>
209 209
                            <sourceaccessioncode>$id</sourceaccessioncode>

Also available in: Unified diff