Project

General

Profile

« Previous | Next » 

Revision 4161

inputs/SpeciesLink/src/specimens/map.csv: Added explicit _alt suffix when multiple terms map to the same place

View differences:

map.full.csv
23 23
IndividualCount,IndividualCount
24 24
InfraspecificEpithet,InfraspecificEpithet
25 25
InstitutionCode,InstitutionCode
26
DayOfYear,JulianDay,
27
JulianDay,JulianDay,`union` would otherwise remove this input name because it's been mapped to (renamed) above
26
JulianDay,JulianDay/_alt/1,
27
DayOfYear,JulianDay/_alt/2,
28 28
Kingdom,Kingdom
29 29
Latitude,Latitude
30 30
Locality,Locality
......
48 48
RelationshipType,RelationshipType
49 49
Remarks,Remarks
50 50
ScientificName,ScientificName
51
AuthorYearOfScientificName,ScientificNameAuthor,
52
ScientificNameAuthor,ScientificNameAuthor,`union` would otherwise remove this input name because it's been mapped to (renamed) above
51
ScientificNameAuthor,ScientificNameAuthor/_alt/1,
52
AuthorYearOfScientificName,ScientificNameAuthor/_alt/2,
53 53
Sex,Sex
54 54
Species,Species
55 55
SpecificEpithet,SpecificEpithet
......
95 95
otherCatalogNumbers,otherCatalogNumbers
96 96
phylum,phylum
97 97
preparations,preparations
98
recordNumber,recordNumber/_alt/1,`union` would otherwise remove this input name because it's been mapped to (renamed) above
98
recordNumber,recordNumber/_alt/1,
99 99
FieldNumber,recordNumber/_alt/2,"Usage inconsistent with DwC definition. This field is instead identical to recordNumber, as the following query returns zero: (takes 23 sec)
100 100
-----
101 101
SELECT count(*) FROM ""SpeciesLink"".specimens

Also available in: Unified diff