Project

General

Profile

« Previous | Next » 

Revision 10054

inputs/FIA/SUBPLOT/map.csv, import: prepended * to all FIA terms to clearly distinguish them from the VegCore terms. this is the standard convention for all datasources, to indicate which terms have not yet been mapped, but was not yet implemented at the beginning of new-style import (the FIA refresh was the first new-style datasource).

the following replacements were performed to make this change:
in all map.csv: replace regexp (?<=,)(?=[A-Z_]{2,}) with *
in all import:
replace regexp (?<=[^']")(?<!TABLE )(?=(?!\w+\.)[A-Z_]{2,}) with *
manually undo any replacements on table names
replace regexp (?<=\(')\b(?=(?!\w+\.)[A-Z_]{2,}) with *
$ ./inputs/FIA/import

View differences:

unmapped_terms.csv
1
SUBPLOT-row_num
2
SUBPLOT-PLT_CN
3
SUBPLOT-PREV_SBP_CN
4
INVYR
5
STATECD
6
UNITCD
7
COUNTYCD
8
SUBPLOT-SUBP_STATUS_CD
9
SUBPLOT-POINT_NONSAMPLE_REASN_CD
10
SUBPLOT-MICRCOND
11
SUBPLOT-SUBPCOND
12
SUBPLOT-MACRCOND
13
SUBPLOT-CONDLIST
14
SUBPLOT-SLOPE
15
SUBPLOT-ASPECT
16
SUBPLOT-WATERDEP
17
SUBPLOT-P2A_GRM_FLG
18
SUBPLOT-CREATED_BY
19
SUBPLOT-CREATED_DATE
20
SUBPLOT-CREATED_IN_INSTANCE
21
SUBPLOT-MODIFIED_BY
22
SUBPLOT-MODIFIED_DATE
23
SUBPLOT-MODIFIED_IN_INSTANCE
24
SUBPLOT-CYCLE
25
SUBPLOT-SUBCYCLE
26
SUBPLOT-ROOT_DIS_SEV_CD_PNWRS
27
SUBPLOT-NF_SUBP_STATUS_CD
28
SUBPLOT-NF_SUBP_NONSAMPLE_REASN_CD
29
SUBPLOT-P2VEG_SUBP_STATUS_CD
30
SUBPLOT-P2VEG_SUBP_NONSAMPLE_REASN_CD
31
SUBPLOT-INVASIVE_SUBP_STATUS_CD
32
SUBPLOT-INVASIVE_NONSAMPLE_REASN_CD
1
*SUBPLOT-row_num
2
*SUBPLOT-PLT_CN
3
*SUBPLOT-PREV_SBP_CN
4
*INVYR
5
*STATECD
6
*UNITCD
7
*COUNTYCD
8
*SUBPLOT-SUBP_STATUS_CD
9
*SUBPLOT-POINT_NONSAMPLE_REASN_CD
10
*SUBPLOT-MICRCOND
11
*SUBPLOT-SUBPCOND
12
*SUBPLOT-MACRCOND
13
*SUBPLOT-CONDLIST
14
*SUBPLOT-SLOPE
15
*SUBPLOT-ASPECT
16
*SUBPLOT-WATERDEP
17
*SUBPLOT-P2A_GRM_FLG
18
*SUBPLOT-CREATED_BY
19
*SUBPLOT-CREATED_DATE
20
*SUBPLOT-CREATED_IN_INSTANCE
21
*SUBPLOT-MODIFIED_BY
22
*SUBPLOT-MODIFIED_DATE
23
*SUBPLOT-MODIFIED_IN_INSTANCE
24
*SUBPLOT-CYCLE
25
*SUBPLOT-SUBCYCLE
26
*SUBPLOT-ROOT_DIS_SEV_CD_PNWRS
27
*SUBPLOT-NF_SUBP_STATUS_CD
28
*SUBPLOT-NF_SUBP_NONSAMPLE_REASN_CD
29
*SUBPLOT-P2VEG_SUBP_STATUS_CD
30
*SUBPLOT-P2VEG_SUBP_NONSAMPLE_REASN_CD
31
*SUBPLOT-INVASIVE_SUBP_STATUS_CD
32
*SUBPLOT-INVASIVE_NONSAMPLE_REASN_CD

Also available in: Unified diff