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