Project

General

Profile

« Previous | Next » 

Revision 4685

inputs/*/*/map.csv: Changed _merge to _join everywhere because _merge's (slower) duplicate elimination functionality is not needed (the combined columns do not both contain the same value, so they can simply be concatenated)

View differences:

inputs/NY/Specimen/map.csv
20 20
MonthIdentified,monthIdentified,,
21 21
DayIdentified,dayIdentified,,
22 22
TypeStatus,TypeStatus,,
23
CollectorNumber,OMIT,,"Not used [1], so does not need to be mapped.

24

  
23
CollectorNumber,OMIT,,"Not used [1], so does not need to be mapped.
24

  
25 25
[1] The following query returns no rows: SELECT * FROM ""NY"".""Specimen"" WHERE ""CollectorNumber"" IS NOT NULL"
26 26
FieldNumber,recordNumber,,Usage inconsistent with DwC definition
27 27
Collector,recordedBy,,
inputs/NY/Specimen/VegBIEN.csv
55 55
Vegetation,"/location/locationnarrative/_merge/1/_join/3/_label[label=""vegetation""]/value",
56 56
Habitat,"/location/locationnarrative/_merge/3/_label[label=""habitat""]/value","Brad: Free-text description of vegetation community where collected, frequently redundane wrt 'Vegetation'. Bob, Nick: keep as user defined or create special element?"
57 57
BasisOfRecord,,** No join mapping for BasisOfRecord ** 
58
CollectorNumber,,"** No join mapping for OMIT ** Not used [1], so does not need to be mapped.

59

  
58
CollectorNumber,,"** No join mapping for OMIT ** Not used [1], so does not need to be mapped.
59

  
60 60
[1] The following query returns no rows: SELECT * FROM ""NY"".""Specimen"" WHERE ""CollectorNumber"" IS NOT NULL"
61 61
DateLastModified,,** No join mapping for dcterms:modified ** 
62 62
JulianDay,,** No join mapping for day ** 

Also available in: Unified diff