Revision 8177
Added by Aaron Marcuse-Kubitza over 11 years ago
new_terms.csv | ||
---|---|---|
1 |
row_num,*COUNTY.row_num,, |
|
1 |
row_num,"COUNTY |
|
2 |
row_num",, |
|
2 | 3 |
COUNTYNM,county,, |
3 |
CN,*COUNTY.CN,, |
|
4 |
CREATED_BY,*COUNTY.CREATED_BY,, |
|
5 |
CREATED_DATE,*COUNTY.CREATED_DATE,, |
|
6 |
CREATED_IN_INSTANCE,*COUNTY.CREATED_IN_INSTANCE,, |
|
7 |
MODIFIED_BY,*COUNTY.MODIFIED_BY,, |
|
8 |
MODIFIED_DATE,*COUNTY.MODIFIED_DATE,, |
|
9 |
MODIFIED_IN_INSTANCE,*COUNTY.MODIFIED_IN_INSTANCE,, |
|
4 |
CN,"COUNTY |
|
5 |
CN",, |
|
6 |
CREATED_BY,"COUNTY |
|
7 |
CREATED_BY",, |
|
8 |
CREATED_DATE,"COUNTY |
|
9 |
CREATED_DATE",, |
|
10 |
CREATED_IN_INSTANCE,"COUNTY |
|
11 |
CREATED_IN_INSTANCE",, |
|
12 |
MODIFIED_BY,"COUNTY |
|
13 |
MODIFIED_BY",, |
|
14 |
MODIFIED_DATE,"COUNTY |
|
15 |
MODIFIED_DATE",, |
|
16 |
MODIFIED_IN_INSTANCE,"COUNTY |
|
17 |
MODIFIED_IN_INSTANCE",, |
Also available in: Unified diff
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.