Skip to content

Commit

Permalink
fix for nested src vars
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandersimoes committed Dec 24, 2015
1 parent acae39e commit a6af2e6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions acs/occupation/ygo_earnings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ global:
output: "data/output/acs_<estimate>yr/<year>_<sumlevel>_<tbl>_<column>"
filetype: json
source_vars_nesting:
estimate:
sumlevel:
- year
- tbl
- column
year:
estimate:
sumlevel:
- tbl
- column

source_vars:
estimate: [1, 5]
Expand Down
6 changes: 3 additions & 3 deletions acs/occupation/ygo_num_emp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ global:
output: "data/output/acs_<estimate>yr/<year>_<sumlevel>_<tbl>_<column>"
filetype: json
source_vars_nesting:
estimate:
sumlevel:
year:
year:
estimate:
sumlevel:
- tbl
- column

Expand Down
10 changes: 5 additions & 5 deletions acs/ygl_speakers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ global:
output: "data/output/acs_<estimate>yr/<sumlevel>_<tbl>_<column>"
# concat_border: ["sumlevel", "estimate"]
source_vars_nesting:
estimate:
sumlevel:
- year
- tbl
- column
year:
estimate:
sumlevel:
- tbl
- column
filetype: json
source_vars:
estimate: [1, 5]
Expand Down

0 comments on commit a6af2e6

Please sign in to comment.