Project

General

Profile

« Previous | Next » 

Revision 2023

union: Omit mappings that are mapped to in the input map, in addition to mappings that were overridden. This prevents multiple outputs being created for both the renamed and original mappings, causing duplicate output nodes when one XML tree is used for all rows.

View differences:

DwC.specimens.full.csv
25 25
InfraspecificEpithet,InfraspecificEpithet
26 26
InstitutionCode,InstitutionCode
27 27
DayOfYear,JulianDay,
28
JulianDay,JulianDay
28
JulianDay,JulianDay,`union` would otherwise remove this input name because it's been mapped to (renamed) above
29 29
Kingdom,Kingdom
30 30
Latitude,Latitude
31 31
Locality,Locality
......
50 50
Remarks,Remarks
51 51
ScientificName,ScientificName
52 52
AuthorYearOfScientificName,ScientificNameAuthor,
53
ScientificNameAuthor,ScientificNameAuthor
53
ScientificNameAuthor,ScientificNameAuthor,`union` would otherwise remove this input name because it's been mapped to (renamed) above
54 54
Sex,Sex
55 55
Species,Species
56 56
SpecificEpithet,SpecificEpithet

Also available in: Unified diff