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

Also available in: Unified diff