Project

General

Profile

« Previous | Next » 

Revision 10270

bugfix: inputs/*/*/map.csv (e.g. inputs/GBIF/raw_occurrence_record_plants/map.csv): remapped author to scientificNameAuthorship rather than authors, which it had gotten incorrectly automapped to. note that the VegCore term authors has now been renamed to data_authors to avoid ambiguity, but incorrect automappings resulting from it had not yet been fixed.

View differences:

test.xml.ref
135 135
                                                                    <1>$scientificName</1>
136 136
                                                                    <2>
137 137
                                                                        <_join_words>
138
                                                                            <2><_filter_genus><value>$genus</value></_filter_genus></2>
139
                                                                            <3>$specificEpithet</3>
140
                                                                            <4>$subspecies</4>
138
                                                                            <1>
139
                                                                                <_join_words>
140
                                                                                    <2><_filter_genus><value>$genus</value></_filter_genus></2>
141
                                                                                    <3>$specificEpithet</3>
142
                                                                                    <4>$subspecies</4>
143
                                                                                </_join_words>
144
                                                                            </1>
145
                                                                            <2>$scientificNameAuthorship</2>
141 146
                                                                        </_join_words>
142 147
                                                                    </2>
143 148
                                                                </_alt>
......
146 151
                                                    </taxonomicname>
147 152
                                                </taxonlabel>
148 153
                                            </taxonlabel_id>
154
                                            <author>$scientificNameAuthorship</author>
149 155
                                            <family>$family</family>
150 156
                                            <genus>$genus</genus>
151 157
                                            <specific_epithet>$specificEpithet</specific_epithet>

Also available in: Unified diff