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>
......
80 80
                        <specimenreplicate>
81 81
                            <catalognumber_dwc>$catalogNumber</catalognumber_dwc>
82 82
                            <collectioncode_dwc>
83
                                <_merge>
83
                                <_join>
84 84
                                    <1>$collectionCode</1>
85 85
                                    <2>$collectionID</2>
86
                                </_merge>
86
                                </_join>
87 87
                            </collectioncode_dwc>
88 88
                            <institution_id><party><organizationname>$institutionCode</organizationname></party></institution_id>
89 89
                            <sourceaccessioncode>$id</sourceaccessioncode>

Also available in: Unified diff