Revision 4685
Added by Aaron Marcuse-Kubitza about 12 years ago
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
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)