Project

General

Profile

« Previous | Next » 

Revision 4857

input.Makefile: Maps validation: %/new_terms.csv: Include the entire map spreadsheet row, so that each new term is listed together with its mapping. This facilitates adding new mappings to mappings/Veg+-VegCore.csv directly from any new_terms.csv. Note that the use of `sort -u` (in lib/mappings.Makefile) causes multiline comments to be separated, leading to spurious lines for each multiline comment line.

View differences:

new_terms.csv
1
accession
2
herbarium
3
usdaRank
4
infrarank
5
infraname
6
SciName
7
authors
8
collector1
9
collector2
10
collector3
11
collectno
12
collmonth
13
collday
14
collyear
15
campus
16
leaves
17
flower
18
fruit
19
root
20
comment1
21
comment2
22
comment3
23
comment4
24
loanto
25
inorout
26
sheetno
1
accession,occurrenceID,,
2
herbarium,institutionCode,,
3
usdaRank,taxonRank,/_alt/1,
4
infrarank,taxonRank,/_alt/2,
5
infraname,infraspecificEpithet,,
6
SciName,scientificName,,
7
authors,scientificNameAuthorship,,
8
collector1,recordedBy,/_join/2,
9
collector2,recordedBy,/_join/3,
10
collector3,recordedBy,/_join/4,
11
collectno,recordNumber,,
12
collmonth,monthCollected,,
13
collday,dayCollected,,
14
collyear,yearCollected,,
15
campus,fieldNotes,"/_join/5/_label[label=""campus""]/value",
16
leaves,reproductiveCondition,"/_map:[A=*,I=*,M=*]/value","Main values are A, I, and M. What do they mean?"
17
flower,reproductiveCondition,"/_map:[A=*,I=*,M=*]/value","Main values are A, I, and M. What do they mean?"
18
fruit,reproductiveCondition,"/_map:[A=*,I=*,M=*]/value","Main values are A, I, and M. What do they mean?"
19
root,reproductiveCondition,"/_map:[A=*,I=*,M=*]/value","Main values are A, I, and M. What do they mean?"
20
comment1,fieldNotes,/_join/1,
21
comment2,fieldNotes,/_join/2,
22
comment3,fieldNotes,/_join/3,
23
comment4,fieldNotes,/_join/4,
24
loanto,fieldNotes,"/_join/6/_label[label=""loaned to""]/value",
25
inorout,fieldNotes,"/_join/7/_label[label=""in or out""]/value",
26
sheetno,associatedMedia,,?

Also available in: Unified diff