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
                    </_merge>
16
                    </_join>
17 17
                </4>
18 18
            </_alt>
19 19
        </authorlocationcode>
......
53 53
                    <plantobservation>
54 54
                        <specimenreplicate>
55 55
                            <collectioncode_dwc>
56
                                <_merge>
56
                                <_join>
57 57
                                    <1>$collectionCode</1>
58 58
                                    <2>$collectionID</2>
59
                                </_merge>
59
                                </_join>
60 60
                            </collectioncode_dwc>
61 61
                            <institution_id><party><organizationname>$institutionCode</organizationname></party></institution_id>
62 62
                            <sourceaccessioncode>$id</sourceaccessioncode>

Also available in: Unified diff