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:

map.csv
1 1
FIA,VegCore,Filter,Comments
2
row_num,*REF_UNIT.row_num,,
2
row_num,"REF_UNIT
3
row_num",,
3 4
STATECD,STATECD,,
4 5
VALUE,UNITCD,,
5
MEANING,*REF_UNIT.MEANING,,
6
CREATED_BY,*REF_UNIT.CREATED_BY,,
7
CREATED_DATE,*REF_UNIT.CREATED_DATE,,
8
CREATED_IN_INSTANCE,*REF_UNIT.CREATED_IN_INSTANCE,,
9
MODIFIED_BY,*REF_UNIT.MODIFIED_BY,,
10
MODIFIED_DATE,*REF_UNIT.MODIFIED_DATE,,
11
MODIFIED_IN_INSTANCE,*REF_UNIT.MODIFIED_IN_INSTANCE,,
6
MEANING,"REF_UNIT
7
MEANING",,
8
CREATED_BY,"REF_UNIT
9
CREATED_BY",,
10
CREATED_DATE,"REF_UNIT
11
CREATED_DATE",,
12
CREATED_IN_INSTANCE,"REF_UNIT
13
CREATED_IN_INSTANCE",,
14
MODIFIED_BY,"REF_UNIT
15
MODIFIED_BY",,
16
MODIFIED_DATE,"REF_UNIT
17
MODIFIED_DATE",,
18
MODIFIED_IN_INSTANCE,"REF_UNIT
19
MODIFIED_IN_INSTANCE",,

Also available in: Unified diff