Revision 10206
Added by Aaron Marcuse-Kubitza over 11 years ago
map.csv | ||
---|---|---|
3 | 3 |
GenusID,*GenusID,, |
4 | 4 |
SpeciesID,*SpeciesID,, |
5 | 5 |
SubSpeciesID,*SubSpeciesID,, |
6 |
TaxonOccurrence.src.row_num,*TaxonOccurrence.src.row_num,, |
|
6 | 7 |
SpeciesInvID,taxonOccurrenceID,, |
7 | 8 |
CensusID,eventID,, |
8 | 9 |
PlotID,locationID,, |
10 |
InfraspecificEpithet.src.row_num,*InfraspecificEpithet.src.row_num,, |
|
9 | 11 |
SubSpeciesCurrentTaxonFlag,*SubSpeciesCurrentTaxonFlag,, |
10 | 12 |
SubSpeciesObsoleteTaxonFlag,*SubSpeciesObsoleteTaxonFlag,, |
11 | 13 |
SubSpeciesName,subspecies,, |
12 | 14 |
SubSpeciesMnemonic,*SubSpeciesMnemonic,, |
13 | 15 |
SubSpeciesAuthority,*SubSpeciesAuthority,, |
14 | 16 |
InfraSpecificLevel,UNUSED,, |
17 |
SpecificEpithet.src.row_num,*SpecificEpithet.src.row_num,, |
|
15 | 18 |
SpeciesCurrentTaxonFlag,*SpeciesCurrentTaxonFlag,, |
16 | 19 |
SpeciesObsoleteTaxonFlag,*SpeciesObsoleteTaxonFlag,, |
17 | 20 |
SpeciesReferenceID,*SpeciesReferenceID,, |
... | ... | |
21 | 24 |
IDLevel,*IDLevel,, |
22 | 25 |
FieldFamily,*FieldFamily,, |
23 | 26 |
Description,*Description,, |
27 |
Genus.src.row_num,*Genus.src.row_num,, |
|
24 | 28 |
Genus,genus,, |
25 | 29 |
GenusReferenceID,*GenusReferenceID,, |
26 | 30 |
GenusAuthority,*GenusAuthority,, |
31 |
Family.src.row_num,*Family.src.row_num,, |
|
27 | 32 |
Family,family,, |
28 | 33 |
ReferenceID,*ReferenceID,, |
Also available in: Unified diff
inputs/CTFS/*/map.csv: added *.src.row_num from joined tables so that the map.csv input columns would match the staging table. this is needed for the staging table column renaming, which is positional rather than name-based to work with any existing column name.