Project

General

Profile

« Previous | Next » 

Revision 8177

inputs/FIA/*/map.csv: Replaced . between table and column name with newline, so that table viewers like pgAdmin will display both the table and column name at the left edge of the header cell, rather than displaying only the table name because the column name doesn't fit. This fixes the problem of seeing a bunch of columns whose names all start with a table name, and not knowing what each of them is. It also preserves the ability to see at a glance which table a column is in, which helps in navigating wide tables. Removed * before unmapped terms, because whether a term is mapped is generally obvious from the table name itself.

View differences:

unmapped_terms.csv
1
*SUBPLOT.row_num
2
*SUBPLOT.PLT_CN
3
*SUBPLOT.PREV_SBP_CN
1
"SUBPLOT
2
row_num"
3
"SUBPLOT
4
PLT_CN"
5
"SUBPLOT
6
PREV_SBP_CN"
4 7
INVYR
5 8
STATECD
6 9
UNITCD
7 10
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
11
"SUBPLOT
12
SUBP_STATUS_CD"
13
"SUBPLOT
14
POINT_NONSAMPLE_REASN_CD"
15
"SUBPLOT
16
MICRCOND"
17
"SUBPLOT
18
SUBPCOND"
19
"SUBPLOT
20
MACRCOND"
21
"SUBPLOT
22
CONDLIST"
23
"SUBPLOT
24
SLOPE"
25
"SUBPLOT
26
ASPECT"
27
"SUBPLOT
28
WATERDEP"
29
"SUBPLOT
30
P2A_GRM_FLG"
31
"SUBPLOT
32
CREATED_BY"
33
"SUBPLOT
34
CREATED_DATE"
35
"SUBPLOT
36
CREATED_IN_INSTANCE"
37
"SUBPLOT
38
MODIFIED_BY"
39
"SUBPLOT
40
MODIFIED_DATE"
41
"SUBPLOT
42
MODIFIED_IN_INSTANCE"
43
"SUBPLOT
44
CYCLE"
45
"SUBPLOT
46
SUBCYCLE"
47
"SUBPLOT
48
ROOT_DIS_SEV_CD_PNWRS"
49
"SUBPLOT
50
NF_SUBP_STATUS_CD"
51
"SUBPLOT
52
NF_SUBP_NONSAMPLE_REASN_CD"
53
"SUBPLOT
54
P2VEG_SUBP_STATUS_CD"
55
"SUBPLOT
56
P2VEG_SUBP_NONSAMPLE_REASN_CD"
57
"SUBPLOT
58
INVASIVE_SUBP_STATUS_CD"
59
"SUBPLOT
60
INVASIVE_NONSAMPLE_REASN_CD"

Also available in: Unified diff