Revision 8316
Added by Aaron Marcuse-Kubitza almost 12 years ago
unmapped_terms.csv | ||
---|---|---|
1 |
"COUNTY |
|
2 |
row_num" |
|
1 |
COUNTY-row_num |
|
3 | 2 |
STATECD |
4 | 3 |
UNITCD |
5 | 4 |
COUNTYCD |
6 |
"COUNTY |
|
7 |
CN" |
|
8 |
"COUNTY |
|
9 |
CREATED_BY" |
|
10 |
"COUNTY |
|
11 |
CREATED_DATE" |
|
12 |
"COUNTY |
|
13 |
CREATED_IN_INSTANCE" |
|
14 |
"COUNTY |
|
15 |
MODIFIED_BY" |
|
16 |
"COUNTY |
|
17 |
MODIFIED_DATE" |
|
18 |
"COUNTY |
|
19 |
MODIFIED_IN_INSTANCE" |
|
5 |
COUNTY-CN |
|
6 |
COUNTY-CREATED_BY |
|
7 |
COUNTY-CREATED_DATE |
|
8 |
COUNTY-CREATED_IN_INSTANCE |
|
9 |
COUNTY-MODIFIED_BY |
|
10 |
COUNTY-MODIFIED_DATE |
|
11 |
COUNTY-MODIFIED_IN_INSTANCE |
Also available in: Unified diff
inputs/FIA/*/map.csv: Changed newlines between table and field name to - because the newlines mess up the flow of queries and also break pgAdmin's display of EXPLAIN output. The - was chosen because it's a non-whitespace character that linewraps in browsers, phpPgAdmin, and Google spreadsheets (although unfortunately not in pgAdmin). It is better than space because you can set a text editor to treat it as a word character, allowing the entire column name (<table>-<field>) to be selected by double-clicking it.