Project

General

Profile

« Previous | Next » 

Revision 5072

mappings/VegCore-VegBIEN.csv: taxonomic terms: Changed _first to _alt because some datasources have NULL values in scientificNameWithAuthorship or scientificName, so it can't just be used in place of the joined-together taxonomic ranks

View differences:

test.xml.ref
64 64
                                    <taxonomicname>$ScientificName</taxonomicname>
65 65
                                    <taxonomicnamewithauthor>
66 66
                                        <_join_words>
67
                                            <1>$ScientificName</1>
67
                                            <1>
68
                                                <_alt>
69
                                                    <1>$ScientificName</1>
70
                                                    <2>
71
                                                        <_join_words>
72
                                                            <1>$Family</1>
73
                                                            <2>$Genus</2>
74
                                                            <3>$SpecificEpithet</3>
75
                                                            <5>$InfraspecificEpithet</5>
76
                                                        </_join_words>
77
                                                    </2>
78
                                                </_alt>
79
                                            </1>
68 80
                                            <2>$AuthorOfScientificName</2>
69 81
                                        </_join_words>
70 82
                                    </taxonomicnamewithauthor>
......
78 90
                                    <family>$GBIFFamilyOriginal</family>
79 91
                                    <genus>$GBIFGenusOriginal</genus>
80 92
                                    <taxonomicname>$ScientificNameOriginal</taxonomicname>
81
                                    <taxonomicnamewithauthor>$ScientificNameOriginal</taxonomicnamewithauthor>
93
                                    <taxonomicnamewithauthor>
94
                                        <_alt>
95
                                            <1>$ScientificNameOriginal</1>
96
                                            <2>
97
                                                <_join_words>
98
                                                    <1>$GBIFFamilyOriginal</1>
99
                                                    <2>$GBIFGenusOriginal</2>
100
                                                </_join_words>
101
                                            </2>
102
                                        </_alt>
103
                                    </taxonomicnamewithauthor>
82 104
                                </taxonpath>
83 105
                            </taxonpath_id>
84 106
                        </taxondetermination>

Also available in: Unified diff